File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ requests = "*"
10
10
zeroconf = " *"
11
11
types-dataclasses = " *"
12
12
dataclasses = " *"
13
+ semver = " *"
13
14
# TODO: too big, install it manually if you want it
14
15
# pytransform3d = "==1.2.1"
15
- semver = " *"
16
16
17
17
[dev-packages ]
18
18
flake8 = " *"
Original file line number Diff line number Diff line change 11
11
description = 'SDK for the Automata Eva robotic arm' ,
12
12
author = 'Automata' ,
13
13
license = 'Apache License 2.0' ,
14
- author_email = 'charlie @automata.tech' ,
14
+ author_email = 'louis @automata.tech' ,
15
15
url = "https://github.com/automata-tech/eva_python_sdk" ,
16
16
packages = setuptools .find_packages (),
17
17
long_description = long_description ,
21
21
'websocket-client' ,
22
22
'zeroconf' ,
23
23
'dataclasses' ,
24
+ 'semver' ,
24
25
# TODO: too big, install it manually if you want it
25
26
# 'pytransform3d',
26
27
],
30
31
"Operating System :: OS Independent" ,
31
32
"License :: OSI Approved :: Apache Software License" ,
32
33
],
33
- python_requires = '>=3.0 ' ,
34
+ python_requires = '>=3.6 ' ,
34
35
)
You can’t perform that action at this time.
0 commit comments