Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Oct 18, 2022
1 parent d579aed commit 348054d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ python =
[testenv]
recreate = true
wheel = true
wheel_pep517 = build
deps =
-r test-requirements.txt
commands =
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ckanapi==4.7
defopt==6.4.0
email_validator==1.3.0
hdx-python-country==3.4.1
hdx-python-country==3.4.2
makefun==1.15.0
ndg-httpsclient==0.5.1
pyasn1==0.4.8
pyOpenSSL==22.0.0
quantulum3==0.7.10
pyOpenSSL==22.1.0
quantulum3==0.7.11
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ install_requires =
ckanapi >= 4.7
defopt >= 6.4.0
email_validator
hdx-python-country>=3.4.1
hdx-python-country>=3.4.2
makefun
ndg-httpsclient
pyasn1
Expand Down
4 changes: 2 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest==7.1.3
pytest-cov==3.0.0
pytest-cov==4.0.0
tox==3.26.0
tox-wheel==0.7.0
tox-wheel==1.0.0
-r requirements.txt

0 comments on commit 348054d

Please sign in to comment.