Skip to content

Commit 7acb4d3

Browse files
authored
Update pyproject.toml
1 parent 2f43352 commit 7acb4d3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
homepage = "https://pypi.org/project/mdh/"
99
repository = 'https://github.com/MultipedRobotics/dh'
1010
# documentation = "http://..."
11-
keywords = ["serial manipulators", "robotics", "kinematics", "dh"]
11+
keywords = ["serial manipulators", "robotics", "kinematics", "dh", "denavit", "hartenberg", "denavit–hartenberg"]
1212
classifiers = [
1313
'Development Status :: 4 - Beta',
1414
'Intended Audience :: Developers',
@@ -30,11 +30,11 @@ python = ">=3.6"
3030
numpy = ">=1.9"
3131
scipy = ">=1.0"
3232
importlib-metadata = {version="*", python="<3.8"}
33-
# attrs = ">=19.0"
33+
attrs = "*"
34+
colorama = "*"
3435

3536
[tool.poetry.dev-dependencies]
3637
pytest = "*"
37-
# mypy = "*"
3838

3939
[build-system]
4040
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)