Update requirements
This commit is contained in:
parent
535ca00606
commit
6b3e54a812
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
sudo apt install libpq-dev build-essential libpython3-dev postgis python3-pip python3-venv libgdal-dev wkhtmltopdf gettext -y
|
||||
sudo apt install libpq-dev build-essential libpython3-dev libmariadb-dev python3-pip python3-venv libgdal-dev wkhtmltopdf gettext -y
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
pip install -Ur requirements.txt
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Django
|
||||
django-polymorphic
|
||||
psycopg2
|
||||
mysqlclient
|
||||
dbsettings
|
||||
django-bootstrap4
|
||||
django-countries
|
||||
|
|
Loading…
Reference in a new issue