We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82389c commit a3f277cCopy full SHA for a3f277c
setup.py
@@ -12,9 +12,7 @@
12
description="A Python DB-API 2.0 client for the AWS Aurora Serverless Data API",
13
long_description=open("README.rst").read(),
14
install_requires=["botocore >= 1.38.40, < 2"],
15
- extras_require={
16
- "async": "aiobotocore >= 2.23.1, < 3"
17
- },
+ extras_require={"async": "aiobotocore >= 2.23.1, < 3"},
18
packages=find_packages(exclude=["test"]),
19
platforms=["MacOS X", "Posix"],
20
test_suite="test",
0 commit comments