Skip to content

Commit

Permalink
Merge pull request #130 from dmuhs/fix/lift-requirements
Browse files Browse the repository at this point in the history
Fix/lift requirements
  • Loading branch information
dmuhs committed Feb 20, 2020
2 parents f0fb754 + 0dc38e3 commit 2e98999
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
python-dateutil==2.8.1
inflection==0.3.1
PyJWT==1.7.1
requests==2.23.0
python-dateutil>=2.8.0,<2.9.0
inflection>=0.3.0,<0.4.0
PyJWT>=1.7.0,<1.8.0
requests>=2.0.0,<3.0.0
mythx-models>=1.7.0,<1.8.0
19 changes: 8 additions & 11 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
-r requirements.txt

pip==20.0.2
bumpversion==0.5.3
wheel==0.34.2
watchdog==0.10.2
Sphinx==2.4.2
coverage==5.0.3
twine==3.1.1
pip>=20.0.0
bumpversion>=0.5.0,<0.6.0
Sphinx>=2.4.0,<2.5.0
sphinx_rtd_theme
twine>=3.1.0,<4.0.0

pytest==5.3.5
pytest-cov==2.8.1
requests-mock==1.7.0
pytest-runner==5.2
pytest>=5.3.0,<5.4.0
pytest-cov>=2.8.0,<2.9.0
requests-mock>=1.7.0,<1.8.0

0 comments on commit 2e98999

Please sign in to comment.