Skip to content

Commit

Permalink
Updated setup.py and Pipfile (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
euanwm authored Nov 3, 2021
1 parent bb62838 commit f68d6d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ requests = "*"
zeroconf = "*"
types-dataclasses = "*"
dataclasses = "*"
semver = "*"
# TODO: too big, install it manually if you want it
#pytransform3d = "==1.2.1"
semver = "*"

[dev-packages]
flake8 = "*"
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
description='SDK for the Automata Eva robotic arm',
author='Automata',
license='Apache License 2.0',
author_email='charlie@automata.tech',
author_email='louis@automata.tech',
url="https://github.com/automata-tech/eva_python_sdk",
packages=setuptools.find_packages(),
long_description=long_description,
Expand All @@ -21,6 +21,7 @@
'websocket-client',
'zeroconf',
'dataclasses',
'semver',
# TODO: too big, install it manually if you want it
# 'pytransform3d',
],
Expand All @@ -30,5 +31,5 @@
"Operating System :: OS Independent",
"License :: OSI Approved :: Apache Software License",
],
python_requires='>=3.0',
python_requires='>=3.6',
)

0 comments on commit f68d6d3

Please sign in to comment.