Skip to content

Commit

Permalink
chore: update asyncodbc
Browse files Browse the repository at this point in the history
  • Loading branch information
long2ice committed Apr 13, 2022
1 parent 0b101be commit 5fa6230
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
15 changes: 5 additions & 10 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ asyncpg = { version = "*", optional = true }
aiomysql = { version = "*", optional = true }
asyncmy = { version = "^0.2.5", optional = true }
psycopg = { extras = ["pool", "binary"], version = "*", optional = true }
asyncodbc = { git = "https://github.com/tortoise/asyncodbc.git", optional = true, branch = "main" }
asyncodbc = { version = "*", optional = true }

[tool.poetry.dev-dependencies]
# Linter tools
Expand Down

0 comments on commit 5fa6230

Please sign in to comment.