Skip to content

Commit a44964b

Browse files
committed
added pyaml to the dependencies
1 parent c1d8200 commit a44964b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
author_email='support@algorithmia.com',
1515
packages=['adk'],
1616
install_requires=[
17+
'pyaml>=21.10,<21.11',
1718
'six',
1819
],
1920
include_package_data=True,

0 commit comments

Comments
 (0)