Skip to content

Commit fde41be

Browse files
committed
build: generate poetry files
1 parent 70b0d83 commit fde41be

File tree

2 files changed

+328
-0
lines changed

2 files changed

+328
-0
lines changed

poetry.lock

Lines changed: 309 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[tool.poetry]
2+
name = "pathofbuilding-python"
3+
version = "0.1.0"
4+
description = "Python port of Path of Building"
5+
authors = ["ppoelzl <33464174+ppoelzl@users.noreply.github.com>"]
6+
license = "MIT"
7+
8+
[tool.poetry.dependencies]
9+
python = "^3.9"
10+
requests = "^2.26.0"
11+
SLPP = "^1.2.3"
12+
13+
[tool.poetry.dev-dependencies]
14+
black = "^21.9b0"
15+
isort = "^5.9.3"
16+
17+
[build-system]
18+
requires = ["poetry-core>=1.0.0"]
19+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)