Merge pull request #2570 from gruebel/cap-dateutil-version
Cap python-dateutil to 2.8.0
This commit is contained in:
commit
d242a31c92
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -39,7 +39,7 @@ install_requires = [
|
|||
"werkzeug",
|
||||
"PyYAML>=5.1",
|
||||
"pytz",
|
||||
"python-dateutil<3.0.0,>=2.1",
|
||||
"python-dateutil<2.8.1,>=2.1",
|
||||
"python-jose<4.0.0",
|
||||
"mock",
|
||||
"docker>=2.5.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue