From 26a074937242f92773a63b9181c2eb509f92b0af Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Mon, 23 Aug 2021 16:25:43 +0200 Subject: [PATCH] added flit to dockerfile --- Dockerfile | 1 + requirements.txt | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/Dockerfile b/Dockerfile index 90e0aa0..792677e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,7 @@ WORKDIR /app RUN pip install --upgrade pip RUN pip install gunicorn RUN pip install wheel +RUN pip install flit RUN pip install -r requirements.txt RUN flit install --pth-file diff --git a/requirements.txt b/requirements.txt index e69de29..fc38fee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,6 @@ +openpyxl==3.0.5 +pyramid==1.10.4 +pyramid-jinja2==2.8 +pyramid-mailer==0.15.1 +waitress==1.4.4 +passlib==1.7.2 \ No newline at end of file