From 5a3dd8f0c6cfbc245e48358b10ef964c48451711 Mon Sep 17 00:00:00 2001 From: "Nikita P. Shupeyko" Date: Sat, 5 May 2018 15:03:01 +0300 Subject: [PATCH] Uninstall gevent Closes #1555. --- {{cookiecutter.project_slug}}/requirements/production.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt index 0d9af985..507644ce 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -2,7 +2,6 @@ -r base.txt -gevent==1.2.2 gunicorn==19.8.1 # https://github.com/benoitc/gunicorn psycopg2==2.7.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2 {%- if cookiecutter.use_whitenoise == 'n' %}