Skip to content

Commit

Permalink
add types-python-dateutil
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-maschler committed Feb 15, 2024
1 parent 93e48ff commit fa36d04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"pydantic>=2.4.1",
"geojson-pydantic>=1.0.0",
"ciso8601~=2.3",
"python-dateutil>=2.7.0"]
"python-dateutil>=2.7.0",]
dynamic = ["version", "readme"]

[project.scripts]
Expand All @@ -49,6 +49,7 @@ lint = [
"types-requests>=2.31.0.5",
"types-jsonschema>=4.19.0.3",
"types-PyYAML>=6.0.12.12",
"types-python-dateutil>=2.7.0",
"black>=23.9.1",
"isort>=5.12.0",
"flake8>=6.1.0",
Expand Down

0 comments on commit fa36d04

Please sign in to comment.