add packages version in requirments

master/v0.1.0
TBS093A 2020-11-05 20:40:47 +01:00
parent 6409a78f6e
commit 115963b6ac
2 changed files with 15 additions and 5 deletions

10
DockerFile.save 100644
View File

@ -0,0 +1,10 @@
FROM python:3.8
RUN apt-get update \
&& apt-get install -y --no-install-recomends \
postgresql-client \
&& rm rf /var/lib/apt/lists/* \
&& apt-get install git
RUN git clone https://github.com/TBS093A/trade-app-backend.git
https://github.com/TBS093A/trade-app-backend.git

View File

@ -1,9 +1,9 @@
pip install django pip install django==3.1.2
pip install django-cors-headers pip install django-cors-headers==3.5.0
pip install channels_redis pip install channels_redis==3.1.0
pip install requests pip install requests==2.24.0
pip install pyjwt pip install pyjwt==1.7.1
# for runing generate UML: # for runing generate UML: