Skip to content

Commit

Permalink
Fix asyncpg dependency import fro tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jernejfrank committed Jan 13, 2025
1 parent 304eb21 commit bdd613e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ aiosqlite = [

postgresql = [
"psycopg2-binary",
"asyncpg",
"asyncpg"
]

redis = [
Expand All @@ -63,6 +63,7 @@ tests = [
"langchain_community",
"pandas",
"psycopg2",
"asyncpg",
"pydantic[email]",
"pyarrow",
"redis",
Expand Down

0 comments on commit bdd613e

Please sign in to comment.