This commit is contained in:
Radek Golan 2024-04-22 14:43:45 +02:00
parent 85a3103884
commit 48017a175a
2 changed files with 2 additions and 1 deletions

2
poetry.lock generated
View File

@ -179,4 +179,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "0cfc9a1f93412f05aa9006f08cd01df63c4e782ec7a1e15ca2b867a9f0684f2c" content-hash = "30b69df94501e816fd9e14269f3a0ca551aab1907d1b8c81beb8477d30996dde"

View File

@ -11,6 +11,7 @@ python = "^3.10"
requests = "^2.31.0" requests = "^2.31.0"
discord-webhook = "^1.3.1" discord-webhook = "^1.3.1"
[tool.poetry.group.dev.dependencies]
[build-system] [build-system]
requires = ["poetry-core"] requires = ["poetry-core"]