fix missing dateutil error (#36)

This commit is contained in:
Dmitry Afanasyev 2023-10-12 12:31:44 +03:00 committed by GitHub
parent 94b50f1b7c
commit 359901ade8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

2
poetry.lock generated
View File

@ -3517,4 +3517,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "1aa05c3271633f4ff4b5cbcb43eaba57c996c26fb426f5f4d9a1f30999948753"
content-hash = "e63d2210da23edb2ffae327c04c963928e6d22948ceaa441599ef4556587b687"

View File

@ -14,6 +14,7 @@ python = "^3.11"
fastapi = "^0.103.1"
python-telegram-bot = {version = "^20.6", extras=["ext"]}
python-dotenv = "^1.0"
python-dateutil = "*"
httpx = "^0.25"
loguru = "^0.7"
pydantic = "^2.4"