summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorNW/RL <NWRL@dabikers.online>2024-04-13 17:48:42 -0500
committerNW/RL <NWRL@dabikers.online>2024-04-13 17:48:42 -0500
commit4ccbe78fbc82a8f2dab26c237dffe812432332a8 (patch)
treebb4664946ebc76c9d8dfa5b61620fabd2d5969d7 /pyproject.toml
parentcc682f520f9941076b1515526b32fa9250364b5a (diff)
Shitty readme update that I might revert
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d608faa..7bdc546 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,7 +12,6 @@ readme = "README.md"
12python = "^3.10" 12python = "^3.10"
13requests = "^2.31.0" 13requests = "^2.31.0"
14 14
15
16[build-system] 15[build-system]
17requires = ["poetry-core"] 16requires = ["poetry-core"]
18build-backend = "poetry.core.masonry.api" 17build-backend = "poetry.core.masonry.api"