Merge pull request #2272 from spulec/unpin-pyyaml

Remove pyyaml pin. CC #2271.
This commit is contained in:
Steve Pulec 2019-07-01 21:18:33 -05:00 committed by GitHub
commit 710961ab20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",