diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..55bf3be --- /dev/null +++ b/pyproject.toml | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | [tool.poetry] | ||
| 2 | name = "steamrelationships" | ||
| 3 | version = "0.1.0" | ||
| 4 | description = "A tool to discover friend relationships between steam profiles" | ||
| 5 | authors = ["NW/RL <NWRL@dabikers.online>"] | ||
| 6 | readme = "README.md" | ||
| 7 | |||
| 8 | [tool.poetry.dependencies] | ||
| 9 | python = "^3.10" | ||
| 10 | requests = "^2.31.0" | ||
| 11 | |||
| 12 | |||
| 13 | [build-system] | ||
| 14 | requires = ["poetry-core"] | ||
| 15 | build-backend = "poetry.core.masonry.api" | ||
