We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7cb586 + 9e3e308 commit 7781433Copy full SHA for 7781433
requirements.txt
@@ -8,7 +8,7 @@ PyJWT==1.5.3
8
pyOpenSSL==17.4.0
9
pytest==3.2.3
10
pytest-catchlog==1.2.2
11
-python-dateutil==2.5.3
+python-dateutil==2.7.3
12
pytz==2016.10
13
requests==2.18.4
14
sphinx-rtd-theme==0.2.5b2
setup.py
@@ -34,7 +34,7 @@ def open_relative(*path):
34
"cryptography==2.1.3",
35
"PyJWT==1.5.3",
36
"pyOpenSSL<=17.4.0",
37
- "python-dateutil==2.5.3",
+ "python-dateutil==2.7.3",
38
"pytz==2016.10",
39
"requests==2.18.4",
40
"six==1.11.0",
0 commit comments