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 255d27d commit 546a2caCopy full SHA for 546a2ca
requirements-test.txt
@@ -15,6 +15,6 @@ types-mock==4.0.15.2
15
twine==4.0.1
16
PyMySQL==1.0.2
17
pg8000==1.29.2
18
-asyncpg==0.26.0
+asyncpg==0.27.0
19
python-tds==1.11.0
20
aioresponses==0.7.3
setup.py
@@ -79,7 +79,7 @@
79
"pymysql": ["PyMySQL==1.0.2"],
80
"pg8000": ["pg8000==1.29.2"],
81
"pytds": ["python-tds==1.11.0"],
82
- "asyncpg": ["asyncpg==0.26.0"]
+ "asyncpg": ["asyncpg==0.27.0"]
83
},
84
python_requires=">=3.7",
85
include_package_data=True,
0 commit comments