summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-10-11 13:49:30 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2021-10-11 13:49:30 -0400
commit73082eaa83f6a4781efcb90aaa3f8a1edd91cccf (patch)
tree0faf0e56232a062408ee84896dd8711e5b65ce73 /setup.cfg
parent87aaa0207e098727f9bdc217985e02e1ea9b1c1f (diff)
downloadsqlalchemy-73082eaa83f6a4781efcb90aaa3f8a1edd91cccf.tar.gz
block asyncmy 0.2.2
two issues that are also in the already blocked 0.2.1: https://github.com/long2ice/asyncmy/issues/21 https://github.com/long2ice/asyncmy/issues/22 Change-Id: I188cfc22c5896bfc49f60f6b026d6076acbca3cf
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index b79602728..035afe788 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -76,7 +76,7 @@ aiomysql =
aiomysql;python_version>="3"
asyncmy =
%(asyncio)s
- asyncmy>=0.2.0,!=0.2.1;python_version>="3"
+ asyncmy>=0.2.0,!=0.2.1,!=0.2.2;python_version>="3"
aiosqlite =
%(asyncio)s
aiosqlite;python_version>="3"