Skip to content

Commit

Permalink
Update the requirements and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleknap committed Dec 10, 2014
1 parent 320e923 commit 3cf6dbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
six>=1.8.0,<2.0.0
tox==1.4
python-dateutil>=2.1,<3.0.0
nose==1.3.0
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
from setuptools import setup, find_packages


requires = ['six>=1.8.0,<2.0.0',
'jmespath==0.5.0',
requires = ['jmespath==0.5.0',
'python-dateutil>=2.1,<3.0.0']


Expand Down

0 comments on commit 3cf6dbc

Please sign in to comment.