Skip to content

Commit

Permalink
build: add python-dateutil
Browse files Browse the repository at this point in the history
  • Loading branch information
rilshok committed Sep 5, 2024
1 parent f01d16e commit 9c0ede0
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ authors = [
{name = "Vladislav A. Proskurov", email = "[email protected]"},
]
dependencies = [
"jsonlines>=4.0.0",
"humanize>=4.9.0",
"typing-extensions>=4.8.0",
"pytz>=2024.1",
"PyYAML>=6.0.1",
"python-dotenv>=1.0.1",
"requests>=2.32.3",
"humanize>=4.9.0"
"jsonlines>=4.0.0"
"python-dateutil>=2.8.2"
"python-dotenv>=1.0.1"
"PyYAML>=6.0.1"
"pytz>=2024.1"
"requests>=2.32.3"
"typing-extensions>=4.8.0"
]

[tool.setuptools.dynamic]
Expand Down

0 comments on commit 9c0ede0

Please sign in to comment.