Skip to content

Commit

Permalink
add back setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakf committed Feb 8, 2024
1 parent 31431f9 commit 900602a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
20 changes: 10 additions & 10 deletions dev-requirements.in
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
-c requirements.txt

click>=8
flask
pytest
pytest-cov
requests-mock
moto
python-jose # lower the requirements for cryptography, so python3.5 could work
httmock
click>= 8
flask~=1.0.2
pytest~=4.6.2
pytest-cov~=2.7.1
requests-mock~=1.5.2
moto~=1.3.14
python-jose<3.3.0 # lower the requirements for cryptography, so python3.5 could work
httmock~=1.3.0

# required by moto, limit version for jsonschema
cfn-lint
aws-sam-translator
cfn-lint<0.22.0
aws-sam-translator<1.12.0
22 changes: 11 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
package_data={},
scripts=["bin/gdc-client"],
install_requires=[
"cryptography",
"jsonschema",
"lxml",
"ndg-httpsclient",
"pyasn1",
"pyOpenSSL",
"PyYAML",
"intervaltree",
"cryptography~=2.8",
"jsonschema~=2.6.0",
"lxml~=4.4.2",
"ndg-httpsclient~=0.5.0",
"pyasn1~=0.4.3",
"pyOpenSSL~=18.0.0",
"PyYAML>=5.1",
"intervaltree~=3.0.2",
"importlib_metadata",
"termcolor",
"requests",
"progressbar2",
"termcolor~=1.1.0",
"requests~=2.22.0",
"progressbar2~=3.43.1",
],
)

0 comments on commit 900602a

Please sign in to comment.