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 c238fe3 commit 036982eCopy full SHA for 036982e
requirements-test.txt
@@ -15,6 +15,6 @@ types-mock==5.0.0.7
15
twine==4.0.2
16
PyMySQL==1.1.0
17
pg8000==1.29.8
18
-asyncpg==0.27.0
+asyncpg==0.28.0
19
python-tds==1.12.0
20
aioresponses==0.7.4
setup.py
@@ -77,7 +77,7 @@
77
"pymysql": ["PyMySQL==1.1.0"],
78
"pg8000": ["pg8000==1.29.8"],
79
"pytds": ["python-tds==1.12.0"],
80
- "asyncpg": ["asyncpg==0.27.0"]
+ "asyncpg": ["asyncpg==0.28.0"]
81
},
82
python_requires=">=3.8",
83
include_package_data=True,
0 commit comments