Merge pull request #2277 from mattsb42-aws/pyyaml

bump PyYAML minimum version
This commit is contained in:
Steve Pulec 2019-07-06 15:56:29 -05:00 committed by GitHub
commit 09ac1eed7a
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",
"PyYAML>=5.1",
"pytz",
"python-dateutil<3.0.0,>=2.1",
"python-jose<4.0.0",