Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
guangrei committed Dec 1, 2024
1 parent 0f07c70 commit e4a3b0e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,18 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
types-pytz = "^2024.2.0.20241003"
aiofiles = "^24.1.0"
types-aiofiles = "^24.1.0.20240626"
typing-extensions = "^4.12.2"

[tool.poetry.group.dev.dependencies]
ruff = "^0.8.1"
mypy = "^1.13.0"
pytz = "^2024.2"
types-pytz = "^2024.2.0.20241003"
types-setuptools = "^75.6.0.20241126"
aiofiles = "^24.1.0"
types-aiofiles = "^24.1.0.20240626"
setuptools = "^75.6.0"
twine = "^6.0.1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit e4a3b0e

Please sign in to comment.