From 1b1a0c8343fc7233b9935b8da64c90b8696134cc Mon Sep 17 00:00:00 2001 From: Edward Gomez Date: Mon, 21 Sep 2020 14:00:55 +0100 Subject: [PATCH] Fixing gevent bad version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bfcaea5..8190e20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ gunicorn[gevent]==20.0.4 gevent==1.4.0 profanityfilter django-cors-headers -numpy=1.18.2 +numpy==1.18.2 astropy==3.2.3 astroscrappy==1.0.8 fits2image>=0.4.0