diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-01-18 16:11:21 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-01-18 16:11:21 -0500 |
commit | 6a3557cac5f7116f766c4e441e3066d83c3745c1 (patch) | |
tree | 2fda1f251c3c9ef97fe0d6cbb3b837afa8e597ca | |
parent | 6c97f0eceb83c24684923c3261b791b752b3229d (diff) | |
download | sqlalchemy-6a3557cac5f7116f766c4e441e3066d83c3745c1.tar.gz |
restore greenlet req
greenlet 1.0 is now released, so as openstack builds are up again and the upstream pip bug
is fixed, let's now try to restore the requirements we had as we'd
rather not have users confused about why asyncio doesn't work without
additional packages.
Change-Id: I33fe4eb754f3043f28f37be036df7a602917bac2
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ package_dir = install_requires = importlib-metadata;python_version<"3.8" + greenlet != 0.4.17;python_version>="3" [options.extras_require] asyncio = |