diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-08-30 10:51:56 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-08-30 10:51:56 -0400 |
| commit | 9131a5208f28ea3c2991c2b05873a495c1a9c851 (patch) | |
| tree | 51fa49233901d8d237a082c21c1e34afb5e8a404 | |
| parent | af8b03ba89d6b5c5de59799280e40a8a3b2acf1c (diff) | |
| download | sqlalchemy-9131a5208f28ea3c2991c2b05873a495c1a9c851.tar.gz | |
exclude typing_extensions 3.10.0.1 for aiosqlite install
Change-Id: I7b35bc86a7b78f96d8006515341f7cc7a6b49dcc
References: https://github.com/python/typing/issues/865
| -rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ aiomysql = aiosqlite = %(asyncio)s aiosqlite;python_version>="3" + typing_extensions!=3.10.0.1 sqlcipher = sqlcipher3_binary;python_version>="3" |
