Skip to content

Commit

Permalink
Update optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ri-gilfanov committed Nov 28, 2021
1 parent f6433e7 commit 1dcb24d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ aiohttp = "^3.7.4.post0"
aiohttp-things = ">=0.13.0"
SQLAlchemy = "^1.4.22"
sqlalchemy-things = ">=0.10.1"
aiomysql = { version = ">=0.0.21", optional = true }
aiomysql = { version = ">=0.0.22", optional = true }
aiosqlite = { version = ">=0.17.0", optional = true }
asyncpg = { version = ">=0.23.0", optional = true }
asyncpg = { version = ">=0.25.0", optional = true }

[tool.poetry.extras]
mysql = ["aiomysql"]
Expand Down

0 comments on commit 1dcb24d

Please sign in to comment.