Skip to content

Commit

Permalink
Merge branch 'fix-requirements.txt' into develop
Browse files Browse the repository at this point in the history
PR #1740.

* fix-requirements.txt:
  Remove duplicate dependencies in requirements.txt
  • Loading branch information
jamesls committed May 31, 2019
2 parents 2cf8b5e + 7477a82 commit e3d6250
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
tox>=2.5.0,<3.0.0
python-dateutil>=2.1,<2.7.0; python_version=="2.6"
python-dateutil>=2.1,<3.0.0; python_version>="2.7"
nose==1.3.7
mock==1.3.0
wheel==0.24.0
docutils>=0.10
behave==1.2.5
-e git://github.com/boto/jmespath.git@develop#egg=jmespath
jsonschema==2.5.1
urllib3>=1.20,<1.23; python_version=="3.3"
urllib3>=1.20,<1.24; python_version=="2.6"
urllib3>=1.20,<1.26; python_version=="2.7"
urllib3>=1.20,<1.26; python_version>="3.4"

0 comments on commit e3d6250

Please sign in to comment.