Skip to content

Commit 72bb8ed

Browse files
Merge pull request #192 from lukpueh/unpin-dateutil
Unpin python-dateutil dependency
2 parents dfd4c65 + 21a9ad2 commit 72bb8ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ coverage==4.5.1
77
colorama==0.3.9
88
mock==2.0.0; python_version < '3.3'
99
subprocess32==3.5.4; python_version < '3'
10-
python-dateutil==2.8.0
10+
python-dateutil
1111

1212
--editable .

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ cryptography
22
pynacl
33
six
44
colorama
5-
python-dateutil==2.8.0
5+
python-dateutil
66
subprocess32; python_version < '3'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
'Topic :: Software Development'
9797
],
9898
install_requires = ['six>=1.11.0', 'subprocess32; python_version < "3"',
99-
'python-dateutil==2.8.0', 'colorama>=0.3.9'],
99+
'python-dateutil>=2.8.0', 'colorama>=0.3.9'],
100100
extras_require = {
101101
'crypto': ['cryptography>=2.2.2'],
102102
'pynacl': ['pynacl>1.2.0']},

0 commit comments

Comments
 (0)