We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4af232a + 4f68dbe commit da75c2fCopy full SHA for da75c2f
1 file changed
setup.py
@@ -9,6 +9,7 @@
9
requirements = [
10
"Click==8.0.0",
11
"numpy",
12
+ "docker",
13
"gql==3.4.0",
14
"websockets==10.4",
15
"websocket-client",
@@ -17,7 +18,7 @@
17
18
"psutil~=5.9.4",
19
"aiodocker~=0.19.0",
20
"Jinja2~=2.0",
- "PyYAML~=5.0",
21
+ "PyYAML~=6.0",
22
"aiostream~=0.4.0",
23
"markupsafe==2.0.1",
24
"requests_toolbelt==0.10.1",
@@ -31,7 +32,7 @@
31
32
33
setup(
34
name="datatorch",
- version="0.4.7.2",
35
+ version="0.4.8.0",
36
description="A CLI and library for interacting with DataTorch.",
37
author="DataTorch",
38
author_email="support@datatorch.io",
0 commit comments