Skip to content

Commit

Permalink
Fix setup.py install_require syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
giffels committed Apr 19, 2022
1 parent 84a3da2 commit ddd77b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def get_cryptography_version():
get_cryptography_version(),
"CloudStackAIO",
"PyYAML",
"git+https://github.com/giffels/AsyncOpenStackClient@feature/support_application_credentials", # noqa B950
"AsyncOpenStackClient @ git+https://github.com/giffels/AsyncOpenStackClient@feature/support_application_credentials", # noqa B950
"cobald>=0.12.3",
"asyncssh",
"aiotelegraf",
Expand Down

0 comments on commit ddd77b9

Please sign in to comment.