Skip to content

Commit

Permalink
try to fix eventlet error like benoitc/gunicorn#2581
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Wahl committed May 7, 2021
1 parent 501daed commit d75f9c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM python:3.8
FROM python:3.9
LABEL maintainer=henri.wahl@mailbox.org

RUN apt -y update &&\
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,6 +1,6 @@
click
cloudant
eventlet
eventlet==0.30.2
flask
flask-login
flask-socketio
Expand Down

0 comments on commit d75f9c9

Please sign in to comment.