Skip to content

Commit

Permalink
Merge branch 'master' of github.com:phenobarbital/asyncdb
Browse files Browse the repository at this point in the history
  • Loading branch information
phenobarbital committed Oct 30, 2023
2 parents 201310b + e521624 commit cc31d07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lint==1.2.1
mypy==1.3.0
pylint==2.16.1
pytest>=6.0.0
pytest-asyncio==0.20.3
pytest-asyncio==0.21.1
pytest-cov==4.0.0
pytest-cython==0.2.0
pytest-xdist==3.3.1
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def readme():
"pymssql==2.2.7",
"redis==4.5.5",
"duckdb==0.8.1",
"deltalake==0.8.1"
"deltalake==0.12.0"
],
"dataframe": [
"dask==2023.3.0",
Expand All @@ -147,7 +147,7 @@ def readme():
"pyarrow==13.0.0",
"connectorx==0.3.1",
"pyspark==3.3.2",
"deltalake==0.8.1"
"deltalake==0.12.0"
],
"pyspark": [
"pyspark==3.3.2"
Expand Down Expand Up @@ -266,15 +266,15 @@ def readme():
"oracledb==1.2.2",
"hazelcast-python-client==5.3.0",
"duckdb==0.8.1",
"deltalake==0.8.1",
"deltalake==0.12.0",
"botocore==1.29.76",
"aiobotocore==2.5.0",
"aioboto3==11.2.0"
]
},
tests_require=[
'pytest>=7.2.2',
'pytest-asyncio==0.20.3',
'pytest-asyncio==0.21.1',
'pytest-xdist==3.3.1',
'pytest-assume==2.4.3'
],
Expand Down

0 comments on commit cc31d07

Please sign in to comment.