Merge pull request #1589 from singingwolfboy/latest-dateutil
Allow dateutil below 3.0.0
This commit is contained in:
commit
56a56fc626
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -18,7 +18,7 @@ install_requires = [
|
|||
"werkzeug",
|
||||
"pyaml",
|
||||
"pytz",
|
||||
"python-dateutil<2.7.0,>=2.1",
|
||||
"python-dateutil<3.0.0,>=2.1",
|
||||
"mock",
|
||||
"docker>=2.5.1",
|
||||
"jsondiff==1.1.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue