Skip to content

Commit

Permalink
Review and update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ldotlopez committed Mar 3, 2022
1 parent caa726d commit 54ecc71
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 8 deletions.
5 changes: 3 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ verify_ssl = true
name = "pypi"

[packages]
requests = "*"
xmltodict = "*"
requests = ">=2.27.1"
xmltodict = ">=0.12.0"

[dev-packages]
types-requests = ">=2.27.11"

[requires]
python_version = "3.9"
26 changes: 21 additions & 5 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[metadata]
name = hnap
version = 0.1.0
version = 0.1.1
author = Luis López
author_email = [email protected]
description = Python clients for HNAP devices
Expand Down

0 comments on commit 54ecc71

Please sign in to comment.