Uncapitalize dependencies

This commit is contained in:
2022-10-29 17:35:19 +02:00
parent 7d9b8e25d4
commit e248238091
2 changed files with 521 additions and 521 deletions

1036
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -23,9 +23,9 @@ bot = "discord_reminder_bot.main:start"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9" python = "^3.9"
python-dotenv = "^0.21.0" python-dotenv = "^0.21.0"
APScheduler = "^3.9.1" apscheduler = "^3.9.1"
dateparser = "^1.1.1" dateparser = "^1.1.2"
SQLAlchemy = "^1.4.41" sqlalchemy = "^1.4.42"
discord-py-interactions = { git = "https://github.com/interactions-py/library.git", rev = "unstable" } discord-py-interactions = { git = "https://github.com/interactions-py/library.git", rev = "unstable" }
interactions-wait-for = "^1.0.6" interactions-wait-for = "^1.0.6"
dinteractions-paginator = { git = "https://github.com/interactions-py/paginator.git", rev = "unstable" } dinteractions-paginator = { git = "https://github.com/interactions-py/paginator.git", rev = "unstable" }