Màj Buster
This commit is contained in:
parent
574233acd0
commit
b8ccb40ded
|
@ -45,7 +45,7 @@ chmod go-rwx -R django-med
|
|||
python3 -m venv venv --system-site-packages
|
||||
. venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
pip install mysqlclient~=1.4.0 # si base MySQL
|
||||
pip install mysqlclient~=1.4.4 # si base MySQL
|
||||
pip install uwsgi~=2.0.18 # si production
|
||||
./entrypoint.sh # lance en shell
|
||||
```
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
Django~=2.2.10
|
||||
docutils~=0.14
|
||||
Pillow>=5.4.1
|
||||
pytz~=2019.1
|
||||
six~=1.12.0
|
||||
sqlparse~=0.2.4
|
||||
django-filter~=2.1.0
|
||||
django-reversion~=3.0.3
|
||||
python-stdnum~=1.10
|
||||
djangorestframework~=3.9.0
|
||||
pyyaml~=3.13
|
||||
Pillow>=8.0.1
|
||||
pytz~=2020.4
|
||||
six~=1.15
|
||||
sqlparse~=0.3
|
||||
django-filter~=2.4
|
||||
django-reversion~=3.0
|
||||
python-stdnum~=1.14
|
||||
djangorestframework~=3.12.1
|
||||
pyyaml~=5.3.1
|
||||
coreapi~=2.3.3
|
||||
django_extensions~=3.1
|
Loading…
Reference in New Issue