Will this pain ever end?

This commit is contained in:
Michał Gdula 2023-09-12 11:59:16 +01:00
parent bd55d6f5e0
commit b53e58bd0d
13 changed files with 69 additions and 763 deletions

View file

@ -8,15 +8,11 @@ readme = ".github/README.md"
[tool.poetry.dependencies]
python = "^3.11"
discord = "^2.3.2"
discord-py = {extras = ["voice"], version = "^2.3.2"}
black = "^23.7.0"
sqlalchemy = "^2.0.20"
python-dotenv = "^1.0.0"
discord-py = {extras = ["voice"], version = "^2.3.2"}
requests = "^2.31.0"
beautifulsoup4 = "^4.12.2"
selenium = "^4.12.0"
webdriver-manager = "^4.0.0"
flask = "^2.3.3"
yt-dlp = "^2023.7.6"
pillow = "^10.0.0"