summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorNW/RL <NWRL@dabikers.online>2024-03-29 16:12:28 -0500
committerNW/RL <NWRL@dabikers.online>2024-03-29 16:12:28 -0500
commitf6732f692d463f238fc0d645017cc5628e87a68a (patch)
tree576823fb2434e92d5312b343e38cb7673b6f123c /pyproject.toml
parentab4bd819ff8a918c7892b94884aabbbcd65f7a42 (diff)
Do some work on limiting requests
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 55bf3be..42672e0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,7 +2,10 @@
2name = "steamrelationships" 2name = "steamrelationships"
3version = "0.1.0" 3version = "0.1.0"
4description = "A tool to discover friend relationships between steam profiles" 4description = "A tool to discover friend relationships between steam profiles"
5authors = ["NW/RL <NWRL@dabikers.online>"] 5license = "LGPL-3.0-or-later"
6authors = [
7 "NW/RL <nwrl@dabikers.online>",
8]
6readme = "README.md" 9readme = "README.md"
7 10
8[tool.poetry.dependencies] 11[tool.poetry.dependencies]