Skip to content

Commit

Permalink
Merge pull request #2272 from spulec/unpin-pyyaml
Browse files Browse the repository at this point in the history
Remove pyyaml pin. CC #2271.
  • Loading branch information
spulec committed Jul 2, 2019
2 parents 3920ff0 + 35e7f1b commit 710961a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -38,7 +38,7 @@ def get_version():
"xmltodict",
"six>1.9",
"werkzeug",
"PyYAML==3.13",
"PyYAML",
"pytz",
"python-dateutil<3.0.0,>=2.1",
"python-jose<4.0.0",
Expand Down

0 comments on commit 710961a

Please sign in to comment.