This commit is contained in:
2024-11-04 10:09:46 +01:00
commit a6d2f3d721
7 changed files with 592 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[tool.poetry]
name = "getdataapi"
version = "0.1.0"
description = ""
authors = ["Sander <sander@rail1435.nl>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
tqdm = "^4.66.6"
requests = "^2.32.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"