Do not force install mysqlclient

This commit is contained in:
Alexandre Iooss 2020-09-23 20:32:23 +02:00
parent 91b361d7a6
commit 952a3ddddf
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
2 changed files with 1 additions and 1 deletions

View File

@ -45,6 +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
./entrypoint.sh # lance en shell
```

View File

@ -11,4 +11,3 @@ djangorestframework~=3.9.0
pyyaml~=3.13
coreapi~=2.3.3
uwsgi~=2.0.18
mysqlclient~=1.4.0