Skip to content

Commit da75c2f

Browse files
authored
Merge pull request #10 from aoxolotl/py310-support
Support python versions >= 3.10
2 parents 4af232a + 4f68dbe commit da75c2f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
requirements = [
1010
"Click==8.0.0",
1111
"numpy",
12+
"docker",
1213
"gql==3.4.0",
1314
"websockets==10.4",
1415
"websocket-client",
@@ -17,7 +18,7 @@
1718
"psutil~=5.9.4",
1819
"aiodocker~=0.19.0",
1920
"Jinja2~=2.0",
20-
"PyYAML~=5.0",
21+
"PyYAML~=6.0",
2122
"aiostream~=0.4.0",
2223
"markupsafe==2.0.1",
2324
"requests_toolbelt==0.10.1",
@@ -31,7 +32,7 @@
3132

3233
setup(
3334
name="datatorch",
34-
version="0.4.7.2",
35+
version="0.4.8.0",
3536
description="A CLI and library for interacting with DataTorch.",
3637
author="DataTorch",
3738
author_email="[email protected]",

0 commit comments

Comments
 (0)