Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Fix yaml package in setup.py (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
SparkSnail authored Apr 22, 2019
1 parent cf98380 commit 0bb76b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/pypi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
python_requires = '>=3.5',
install_requires = [
'schema',
'pyyaml',
'ruamel.yaml',
'psutil',
'requests',
'astor',
Expand Down

0 comments on commit 0bb76b0

Please sign in to comment.