From 58b96cb15922e51db68222899a4f90ca2131b1fb Mon Sep 17 00:00:00 2001 From: Daan Sprenkels Date: Wed, 20 Mar 2019 11:12:30 +0100 Subject: [PATCH] Revert "Update requirements.txt" This reverts commit 6ae7da5797afaf631df8827b1194268049701af6. However, it adds a new file for requirements on production. --- requirements-production.txt | 7 +++++++ requirements.txt | 5 +---- 2 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 requirements-production.txt diff --git a/requirements-production.txt b/requirements-production.txt new file mode 100644 index 0000000..e3cb23b --- /dev/null +++ b/requirements-production.txt @@ -0,0 +1,7 @@ +setuptools +django==2.1 +mysqlclient +https://projects.unbit.it/downloads/uwsgi-lts.tar.gz +mutagen +argon2-cffi +prometheus_client diff --git a/requirements.txt b/requirements.txt index e3cb23b..cff865b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,4 @@ -setuptools -django==2.1 -mysqlclient -https://projects.unbit.it/downloads/uwsgi-lts.tar.gz +django mutagen argon2-cffi prometheus_client