This commit is contained in:
Zachary Hampton
2023-09-15 15:17:37 -07:00
parent 325a03eebf
commit ed7e76e4b0
9 changed files with 350 additions and 0 deletions

View File

@@ -7,8 +7,12 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.31.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"