Merge pull request #2272 from spulec/unpin-pyyaml
Remove pyyaml pin. CC #2271.
This commit is contained in:
commit
710961ab20
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -38,7 +38,7 @@ install_requires = [
|
|||
"xmltodict",
|
||||
"six>1.9",
|
||||
"werkzeug",
|
||||
"PyYAML==3.13",
|
||||
"PyYAML",
|
||||
"pytz",
|
||||
"python-dateutil<3.0.0,>=2.1",
|
||||
"python-jose<4.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue