Skip to content

Commit e0ec40e

Browse files
committed
added yaml as dependency
1 parent 435e4fe commit e0ec40e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adk/ADK.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import os
44
import sys
55
import Algorithmia
6-
import yaml
76
import os
87
import subprocess
98

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
algorithmia>=1.7,<2
2-
six
2+
six
3+
pyaml==21.10

0 commit comments

Comments
 (0)