Removed empty production.txt requirements file

This commit is contained in:
Eliot Berriot 2019-01-11 14:26:56 +01:00
parent 6c0d162329
commit 267498824d
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
3 changed files with 0 additions and 8 deletions

View File

@ -13,8 +13,6 @@ RUN apt-get update; \
COPY ./requirements/base.txt /requirements/base.txt
RUN pip install -r /requirements/base.txt
COPY ./requirements/production.txt /requirements/production.txt
RUN pip install -r /requirements/production.txt
COPY . /app

View File

@ -1,4 +1,3 @@
# This file is here because many Platforms as a Service look for
# requirements.txt in the root directory of a project.
-r requirements/base.txt
-r requirements/production.txt

View File

@ -1,5 +0,0 @@
# Pro-tip: Try not to put anything here. There should be no dependency in
# production that isn't in development.
# WSGI Handler
# ------------------------------------------------