add gevent to prebuilt wheels

This commit is contained in:
Blake Blackshear
2021-02-20 08:20:17 -06:00
parent b6572b7272
commit 50b42eb6fe
2 changed files with 10 additions and 9 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ RUN pip3 wheel --wheel-dir=/wheels \
matplotlib \
click \
setproctitle \
peewee
peewee \
gevent
FROM scratch