update requirements
This commit is contained in:
parent
58208d11dd
commit
eaabd96104
2 changed files with 18 additions and 1 deletions
|
|
@ -1,22 +1,34 @@
|
||||||
asgiref==3.8.1
|
asgiref==3.8.1
|
||||||
|
certifi==2024.7.4
|
||||||
|
charset-normalizer==3.3.2
|
||||||
click==8.1.7
|
click==8.1.7
|
||||||
diff-match-patch==20230430
|
diff-match-patch==20230430
|
||||||
Django==5.0.7
|
Django==5.0.7
|
||||||
django-cors-headers==4.4.0
|
django-cors-headers==4.4.0
|
||||||
django-debug-toolbar==4.4.6
|
django-debug-toolbar==4.4.6
|
||||||
|
django-grip==3.5.0
|
||||||
django-import-export==4.1.1
|
django-import-export==4.1.1
|
||||||
django-redis==5.4.0
|
django-redis==5.4.0
|
||||||
django-rq==2.10.2
|
django-rq==2.10.2
|
||||||
djangorestframework==3.15.2
|
djangorestframework==3.15.2
|
||||||
ffmpeg-python==0.2.0
|
ffmpeg-python==0.2.0
|
||||||
future==1.0.0
|
future==1.0.0
|
||||||
|
gripcontrol==4.2.0
|
||||||
|
idna==3.7
|
||||||
imageio-ffmpeg==0.5.1
|
imageio-ffmpeg==0.5.1
|
||||||
|
MarkupSafe==2.1.5
|
||||||
numpy==2.0.1
|
numpy==2.0.1
|
||||||
pillow==10.4.0
|
pillow==10.4.0
|
||||||
psutil==6.0.0
|
psutil==6.0.0
|
||||||
psycopg2-binary==2.9.9
|
psycopg2-binary==2.9.9
|
||||||
|
pubcontrol==3.5.0
|
||||||
|
PyJWT==2.9.0
|
||||||
redis==5.0.8
|
redis==5.0.8
|
||||||
|
requests==2.32.3
|
||||||
rq==1.16.2
|
rq==1.16.2
|
||||||
setuptools==72.1.0
|
setuptools==72.1.0
|
||||||
|
six==1.16.0
|
||||||
sqlparse==0.5.1
|
sqlparse==0.5.1
|
||||||
tablib==3.5.0
|
tablib==3.5.0
|
||||||
|
urllib3==2.2.2
|
||||||
|
Werkzeug==3.0.3
|
||||||
|
|
@ -44,6 +44,11 @@ ALLOWED_HOSTS = [
|
||||||
CORS_ALLOWED_ORIGINS = [
|
CORS_ALLOWED_ORIGINS = [
|
||||||
'https://34.65.103.198',
|
'https://34.65.103.198',
|
||||||
'http://localhost:4200',
|
'http://localhost:4200',
|
||||||
|
'https://videoflix.andre-kempf.com',
|
||||||
|
]
|
||||||
|
|
||||||
|
CSRF_TRUSTED_ORIGINS = [
|
||||||
|
'https://videoflix-django.andre-kempf.com',
|
||||||
]
|
]
|
||||||
|
|
||||||
# Application definition
|
# Application definition
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue