From a1dd0c73fc8f637cb0fc66c34bd1b061417ca38e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Thu, 11 Oct 2018 14:27:55 -0500 Subject: [PATCH] requeriments on production --- requirements_prod.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 requirements_prod.txt diff --git a/requirements_prod.txt b/requirements_prod.txt new file mode 100644 index 0000000..de35681 --- /dev/null +++ b/requirements_prod.txt @@ -0,0 +1,4 @@ +Django==2.1.2 +Pillow==5.3.0 +psycopg2-binary==2.7.5 +pytz==2018.5