Skip to content

Commit

Permalink
changes on packages
Browse files Browse the repository at this point in the history
  • Loading branch information
phenobarbital committed Dec 6, 2023
1 parent a008e32 commit dddceb4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def readme():
"numpy==1.24.2",
"cryptography==37.0.4",
"aiohttp==3.9.1",
"asyncpg==0.28.0",
"asyncpg==0.29.0",
"uvloop==0.19.0",
"asyncio==3.4.3",
"faust-cchardet==2.1.18",
Expand Down Expand Up @@ -145,11 +145,11 @@ def readme():
"polars==0.19.12",
"pyarrow==14.0.1",
"connectorx==0.3.2",
"pyspark==3.3.2",
"pyspark==3.5.0",
"deltalake==0.13.0"
],
"pyspark": [
"pyspark==3.3.2"
"pyspark==3.5.0"
],
"sqlite": [
"aiosqlite>=0.18.0",
Expand All @@ -174,7 +174,7 @@ def readme():
"psycopg-binary>=3.1.8",
],
"postgresql": [
"asyncpg==0.28.0",
"asyncpg==0.29.0",
],
"mysql": [
"asyncmy==0.2.7",
Expand Down Expand Up @@ -261,7 +261,7 @@ def readme():
"asyncmy==0.2.7",
"mysqlclient==2.1.1",
"aiomysql==0.2.0",
"pyspark==3.3.2",
"pyspark==3.5.0",
"oracledb==1.2.2",
"hazelcast-python-client==5.3.0",
"duckdb==0.8.1",
Expand Down

0 comments on commit dddceb4

Please sign in to comment.