Removed empty production.txt requirements file

merge-requests/552/head
Eliot Berriot 2019-01-11 14:26:56 +01:00
rodzic 6c0d162329
commit 267498824d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DD6965E2476E5C27
3 zmienionych plików z 0 dodań i 8 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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

Wyświetl plik

@ -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
# ------------------------------------------------