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
|
python3 -m venv venv --system-site-packages
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
pip install -r requirements.txt
|
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
|
pip install uwsgi~=2.0.18 # si production
|
||||||
./entrypoint.sh # lance en shell
|
./entrypoint.sh # lance en shell
|
||||||
```
|
```
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
Django~=2.2.10
|
Django~=2.2.10
|
||||||
docutils~=0.14
|
docutils~=0.14
|
||||||
Pillow>=5.4.1
|
Pillow>=8.0.1
|
||||||
pytz~=2019.1
|
pytz~=2020.4
|
||||||
six~=1.12.0
|
six~=1.15
|
||||||
sqlparse~=0.2.4
|
sqlparse~=0.3
|
||||||
django-filter~=2.1.0
|
django-filter~=2.4
|
||||||
django-reversion~=3.0.3
|
django-reversion~=3.0
|
||||||
python-stdnum~=1.10
|
python-stdnum~=1.14
|
||||||
djangorestframework~=3.9.0
|
djangorestframework~=3.12.1
|
||||||
pyyaml~=3.13
|
pyyaml~=5.3.1
|
||||||
coreapi~=2.3.3
|
coreapi~=2.3.3
|
||||||
|
django_extensions~=3.1
|
Loading…
Reference in New Issue