Initial commit

This commit is contained in:
Deko
2023-04-14 19:22:45 +02:00
parent 602b38eb7a
commit 7f98b446af
3 changed files with 79 additions and 17 deletions

View File

@@ -8,10 +8,10 @@ authors = ["Deko <gadse.deko@gmail.com>"]
python = "^3.11"
requests = "^2.28.2"
loguru = "^0.6.0"
pre-commit = "^3.1.1"
pre-commit = "^3.2.1"
[tool.poetry.dev-dependencies]
black = "^23.1.0"
black = "^23.3.0"
isort = "^5.12.0"
flake8 = "^6.0.0"
pytest = "^7.2.2"