change requirements.txt
This commit is contained in:
parent
13af8c1e19
commit
8c1a429353
5 changed files with 8 additions and 5 deletions
|
@ -18,8 +18,10 @@ WORKDIR /c3nav/src
|
|||
COPY deployment/docker/c3nav.bash /usr/local/bin/c3nav
|
||||
|
||||
RUN pip install -U pip wheel setuptools
|
||||
RUN pip install -r requirements.txt -r requirements/production-extra.txt -r requirements/postgres.txt \
|
||||
-r requirements/memcached.txt -r requirements/redis.txt gunicorn \
|
||||
RUN pip install matplotlib --only-binary :all:
|
||||
RUN pip install -r requirements.txt -r requirements/production-extra.txt -r requirements/htmlmin.txt
|
||||
-r requirements/postgres.txt -r requirements/memcached.txt -r requirements/redis.txt gunicorn \
|
||||
|
||||
&& chmod +x /usr/local/bin/c3nav
|
||||
|
||||
RUN python manage.py collectstatic --no-input \
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
-r requirements/production.txt
|
||||
-r requirements/production-extra.txt
|
||||
|
|
1
src/requirements/htmlmin.txt
Normal file
1
src/requirements/htmlmin.txt
Normal file
|
@ -0,0 +1 @@
|
|||
django-htmlmin>=0.10,<0.11
|
|
@ -1 +1,2 @@
|
|||
django-htmlmin>=0.10,<0.11
|
||||
matplotlib>=1.5.3,<1.6
|
||||
scipy>=0.18.1,<0.19
|
||||
|
|
|
@ -8,6 +8,4 @@ shapely>=1.5,<1.6
|
|||
celery>=3.1,<3.2
|
||||
requests>=2.11,<2.12
|
||||
Pillow>=3.4.2,<3.5
|
||||
matplotlib>=1.5.3,<1.6
|
||||
scipy>=0.18.1,<0.19
|
||||
qrcode>=5.3,<5.4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue