We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d8200 commit a44964bCopy full SHA for a44964b
1 file changed
setup.py
@@ -14,6 +14,7 @@
14
author_email='support@algorithmia.com',
15
packages=['adk'],
16
install_requires=[
17
+ 'pyaml>=21.10,<21.11',
18
'six',
19
],
20
include_package_data=True,
0 commit comments