summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml15
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]
2name = "steamrelationships"
3version = "0.1.0"
4description = "A tool to discover friend relationships between steam profiles"
5authors = ["NW/RL <NWRL@dabikers.online>"]
6readme = "README.md"
7
8[tool.poetry.dependencies]
9python = "^3.10"
10requests = "^2.31.0"
11
12
13[build-system]
14requires = ["poetry-core"]
15build-backend = "poetry.core.masonry.api"