Skip to content

Commit

Permalink
poetrize
Browse files Browse the repository at this point in the history
  • Loading branch information
neka-nat committed Jan 30, 2021
1 parent 8a8de58 commit 7d878a6
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 20 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.pyc
*.~
*.egg-info
*.egg-info
build
dist
19 changes: 0 additions & 19 deletions Pipfile

This file was deleted.

23 changes: 23 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[tool.poetry]
name = "kinpy"
version = "0.0.5"
description = ""
authors = ["Your Name <[email protected]>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.7"
numpy = "^1.19.5"
scipy = "^1.6.0"
transformations = "^2020.1.1"
absl-py = "^0.11.0"
lxml = "^4.6.2"
PyYAML = "^5.4.1"
vtk = "^9.0.1"

[tool.poetry.dev-dependencies]
twine = "^3.3.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 7d878a6

Please sign in to comment.