From: Mike Bayer Date: Mon, 18 Jan 2021 21:11:21 +0000 (-0500) Subject: restore greenlet req X-Git-Tag: rel_1_4_0b2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a3557cac5f7116f766c4e441e3066d83c3745c1;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 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 --- diff --git a/setup.cfg b/setup.cfg index 792a35d6e2..cdd9894d64 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 =