forked from beba/foerderbarometer
updated deps, removed third party & unused deps
This commit is contained in:
parent
1495621ef0
commit
edd0eb2205
|
|
@ -61,6 +61,8 @@ TEMPLATES = [DJANGO_TEMPLATES]
|
||||||
|
|
||||||
WSGI_APPLICATION = 'foerderbarometer.wsgi.application'
|
WSGI_APPLICATION = 'foerderbarometer.wsgi.application'
|
||||||
|
|
||||||
|
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
|
||||||
|
|
||||||
DATABASE_ENGINE = env('DATABASE_ENGINE', 'mysql')
|
DATABASE_ENGINE = env('DATABASE_ENGINE', 'mysql')
|
||||||
|
|
||||||
DATABASE_SQLITE = {
|
DATABASE_SQLITE = {
|
||||||
|
|
|
||||||
|
|
@ -1,21 +1,7 @@
|
||||||
asgiref==3.2.10
|
Authlib==1.6.1
|
||||||
Authlib==1.2.1
|
Django==5.2.5
|
||||||
certifi==2023.7.22
|
django-formtools==2.5.1
|
||||||
cffi==1.16.0
|
gunicorn==23.0.0
|
||||||
chardet==5.2.0
|
mysqlclient==2.2.7
|
||||||
charset-normalizer==3.3.0
|
|
||||||
cryptography==41.0.4
|
|
||||||
Django==3.1.2
|
|
||||||
django-formtools==2.4
|
|
||||||
gunicorn==20.0.4
|
|
||||||
idna==3.4
|
|
||||||
mysqlclient==2.1.1
|
|
||||||
pycparser==2.21
|
|
||||||
python-dotenv==1.1.1
|
python-dotenv==1.1.1
|
||||||
pytz==2023.3.post1
|
whitenoise==6.9.0
|
||||||
requests==2.31.0
|
|
||||||
six==1.16.0
|
|
||||||
sqlparse==0.4.3
|
|
||||||
typing_extensions==4.8.0
|
|
||||||
urllib3==2.0.6
|
|
||||||
whitenoise==6.2.0
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue