We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c3b54 commit 9be83e3Copy full SHA for 9be83e3
jote/jote.py
@@ -12,7 +12,8 @@
12
import yaml
13
14
from decoder import decoder
15
-from compose import Compose
+
16
+from .compose import Compose
17
18
# Where can we expect to find Job definitions?
19
_DEFINITION_DIRECTORY: str = 'data-manager'
requirements.txt
@@ -1,4 +1,4 @@
1
docker-compose == 1.29.2
2
im-data-manager-job-decoder == 1.0.0
3
munch == 2.5.0
4
-pyyaml == 6.0
+pyyaml == 5.4.1
0 commit comments