summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorNW/RL <NWRL@dabikers.online>2024-03-09 23:27:35 -0600
committerNW/RL <NWRL@dabikers.online>2024-03-09 23:27:35 -0600
commit4feca6fb006ad71eedf0b3ec9ada605b08cb22b8 (patch)
tree83aecefc62ce1ec48ab1e551f93c7e004a6a0d8a /pyproject.toml
Initial commit
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"