Skip to content

Commit

Permalink
Merge pull request #192 from lukpueh/unpin-dateutil
Browse files Browse the repository at this point in the history
Unpin python-dateutil dependency
  • Loading branch information
SantiagoTorres authored Nov 11, 2019
2 parents dfd4c65 + 21a9ad2 commit 72bb8ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ coverage==4.5.1
colorama==0.3.9
mock==2.0.0; python_version < '3.3'
subprocess32==3.5.4; python_version < '3'
python-dateutil==2.8.0
python-dateutil

--editable .
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ cryptography
pynacl
six
colorama
python-dateutil==2.8.0
python-dateutil
subprocess32; python_version < '3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
'Topic :: Software Development'
],
install_requires = ['six>=1.11.0', 'subprocess32; python_version < "3"',
'python-dateutil==2.8.0', 'colorama>=0.3.9'],
'python-dateutil>=2.8.0', 'colorama>=0.3.9'],
extras_require = {
'crypto': ['cryptography>=2.2.2'],
'pynacl': ['pynacl>1.2.0']},
Expand Down

0 comments on commit 72bb8ed

Please sign in to comment.