Skip to content

Commit

Permalink
fixed importlib.metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
kalombos committed Sep 6, 2023
1 parent b06aaa9 commit a677539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ aiomysql = { version = "^0.2.0", optional = true }
cryptography = { version = "^41.0.3", optional = true }
pytest = { version = "^7.4.1", optional = true }
pytest-asyncio = { version = "^0.21.1", optional = true }
importlib-metadata= { version = "^6.8.0", optional = true }
importlib-metadata= { version = "^6.7.0", optional = true }


[tool.poetry.extras]
Expand Down

0 comments on commit a677539

Please sign in to comment.