Add setuptools

This commit is contained in:
2023-11-23 16:15:11 +01:00
parent 48c498ac55
commit 353c399f84
2 changed files with 20 additions and 38 deletions

View File

@ -29,6 +29,7 @@ sqlalchemy = "^2.0.0"
discord-py-interactions = "^4.4.0"
dinteractions-paginator = { git = "https://github.com/interactions-py/paginator.git", rev = "unstable" }
discord-webhook = "^1.0.0"
setuptools = "^69.0.2"
[tool.poetry.dev-dependencies]
pytest = "^7.1.2"