Skip to content

Commit

Permalink
fixing dependency packages
Browse files Browse the repository at this point in the history
  • Loading branch information
phenobarbital committed Dec 6, 2023
1 parent e7d6790 commit a008e32
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ def readme():
"openpyxl==3.1.2",
"lz4==4.3.2",
"typing_extensions==4.8.0",
"urllib3==2.1.0",
"charset-normalizer>=2.0.7",
"ciso8601==2.3.0",
"iso8601==1.1.0",
Expand Down Expand Up @@ -185,8 +184,8 @@ def readme():
"aiomysql==0.2.0"
],
"boto3": [
"botocore==1.33.8",
"aiobotocore==2.8.0",
"botocore==1.31.64",
"aiobotocore==2.7.0",
"aioboto3==12.0.0"
],
"cassandra": [
Expand Down Expand Up @@ -267,8 +266,8 @@ def readme():
"hazelcast-python-client==5.3.0",
"duckdb==0.8.1",
"deltalake==0.13.0",
"botocore==1.33.8",
"aiobotocore==2.8.0",
"botocore==1.31.64",
"aiobotocore==2.7.0",
"aioboto3==12.0.0",
"acsylla==0.1.8b0",
]
Expand Down

0 comments on commit a008e32

Please sign in to comment.