File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ requests = "*"
1010zeroconf = " *"
1111types-dataclasses = " *"
1212dataclasses = " *"
13+ semver = " *"
1314# TODO: too big, install it manually if you want it
1415# pytransform3d = "==1.2.1"
15- semver = " *"
1616
1717[dev-packages ]
1818flake8 = " *"
Original file line number Diff line number Diff line change 1111 description = 'SDK for the Automata Eva robotic arm' ,
1212 author = 'Automata' ,
1313 license = 'Apache License 2.0' ,
14- author_email = 'charlie @automata.tech' ,
14+ author_email = 'louis @automata.tech' ,
1515 url = "https://github.com/automata-tech/eva_python_sdk" ,
1616 packages = setuptools .find_packages (),
1717 long_description = long_description ,
2121 'websocket-client' ,
2222 'zeroconf' ,
2323 'dataclasses' ,
24+ 'semver' ,
2425 # TODO: too big, install it manually if you want it
2526 # 'pytransform3d',
2627 ],
3031 "Operating System :: OS Independent" ,
3132 "License :: OSI Approved :: Apache Software License" ,
3233 ],
33- python_requires = '>=3.0 ' ,
34+ python_requires = '>=3.6 ' ,
3435)
You can’t perform that action at this time.
0 commit comments