Merge pull request #1992 from TrevorEdwards/rmpyaml

Replace pyaml with PyYAML dependency
This commit is contained in:
Steve Pulec 2018-12-28 21:20:13 -05:00 committed by GitHub
commit 8969941fbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ install_requires = [
"xmltodict",
"six>1.9",
"werkzeug",
"pyaml",
"PyYAML",
"pytz",
"python-dateutil<3.0.0,>=2.1",
"python-jose<4.0.0",