Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Commit 0735ca7

Browse files
committed
Added types for dateutil to the dev dependencies
1 parent 7e95561 commit 0735ca7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ asyncpg = "^0.25.0"
2323
aiomysql = "^0.1.1"
2424
httpx = "^0.23.0"
2525
python-dateutil = "^2.8.2"
26-
types-python-dateutil = "^2.8.18"
2726

2827
[tool.poetry.dev-dependencies]
2928
flake8 = "^4.0.1"
@@ -34,6 +33,7 @@ mypy = "^0.961"
3433
SQLAlchemy = { extras = ["mypy"], version = "^1.4.32" }
3534
types-PyYAML = "^6.0.5"
3635
types-certifi = "^2021.10.8"
36+
types-python-dateutil = "^2.8.18"
3737

3838
[tool.poe.tasks]
3939
flake8 = "flake8 . --count --statistics --show-source"

0 commit comments

Comments
 (0)