Install py-interactions from PyPI instead of git and remove wait-for

This commit is contained in:
2023-03-20 04:35:37 +01:00
parent f7fc4326f1
commit 73df048d43
2 changed files with 7 additions and 12 deletions

View File

@ -26,8 +26,7 @@ python-dotenv = "^1.0.0"
apscheduler = "^3.9.1.post1"
dateparser = "^1.1.4"
sqlalchemy = "^1.4.45"
discord-py-interactions = { git = "https://github.com/interactions-py/library.git", rev = "unstable" }
interactions-wait-for = "^1.0.6"
discord-py-interactions = "^4.4.0"
dinteractions-paginator = { git = "https://github.com/interactions-py/paginator.git", rev = "unstable" }
discord-webhook = "^1.0.0"