commit 09a491f14469033a0e74e2644d5111a8207e7bd7 parent cedc844ff2c35c584309e6bf61649e0be57672a7 Author: Brian C. Lane <bcl@brianlane.com> Date: Sat, 19 Feb 2022 12:29:38 -0800 Unpin gevent, 1.2.2 is too old for python 3.8 Diffstat:
M | requirements.txt | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/requirements.txt b/requirements.txt @@ -1,6 +1,5 @@ bottle -# Because bottle doesn't work with gevent >= 1.3.0 -gevent == 1.2.2 +gevent mypy Pillow pytest