Remove requirements-docker.txt
This commit is contained in:
parent
cf071eda85
commit
24d4a5d488
3 changed files with 3 additions and 5 deletions
|
@ -43,7 +43,7 @@ RUN apt-get update && \
|
|||
liblcms2-dev \
|
||||
libwebp-dev \
|
||||
&& \
|
||||
pip install --no-cache -r requirements-docker.txt && pip install . && \
|
||||
pip install .[docker] && \
|
||||
apt-get remove -y \
|
||||
binutils \
|
||||
libproj-dev \
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
django-environ==0.4.1
|
||||
django-redis==4.7.0
|
||||
uwsgi==2.0.14
|
|
@ -44,7 +44,8 @@ test =
|
|||
factory-boy==3.2.1
|
||||
pytest==6.2.5
|
||||
pytest-django==4.5.2
|
||||
|
||||
docker =
|
||||
uwsgi==2.0.21
|
||||
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
|
|
Loading…
Reference in a new issue