Merge pull request #1992 from TrevorEdwards/rmpyaml
Replace pyaml with PyYAML dependency
This commit is contained in:
commit
8969941fbb
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue