diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-10-11 13:49:30 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-10-11 13:49:30 -0400 |
| commit | 73082eaa83f6a4781efcb90aaa3f8a1edd91cccf (patch) | |
| tree | 0faf0e56232a062408ee84896dd8711e5b65ce73 /setup.cfg | |
| parent | 87aaa0207e098727f9bdc217985e02e1ea9b1c1f (diff) | |
| download | sqlalchemy-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.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
