Quellcode durchsuchen

Added static files for clipboard and htmx

sleepytaco vor 4 Jahren
Ursprung
Commit
5a64e510eb
3 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. 1 0
      Procfile
  2. 5 0
      requirements.txt
  3. 0 0
      runtime.txt

+ 1 - 0
Procfile

@@ -0,0 +1 @@
+web: gunicorn UnTube.wsgi --log-file -

+ 5 - 0
requirements.txt

@@ -5,9 +5,11 @@ cffi==1.14.5
 chardet==4.0.0
 cryptography==3.4.7
 defusedxml==0.7.1
+dj-database-url==0.5.0
 Django==3.2.3
 django-allauth==0.44.0
 django-crispy-forms==1.11.2
+django-heroku==0.3.1
 ecdsa==0.14.1
 google-api-core==1.28.0
 google-api-python-client==2.7.0
@@ -15,12 +17,14 @@ google-auth==1.30.1
 google-auth-httplib2==0.1.0
 google-auth-oauthlib==0.4.4
 googleapis-common-protos==1.53.0
+gunicorn==20.1.0
 httplib2==0.19.1
 idna==2.10
 install==1.3.4
 oauthlib==3.1.0
 packaging==20.9
 protobuf==3.17.1
+psycopg2==2.8.6
 pyasn1==0.4.8
 pyasn1-modules==0.2.8
 pycparser==2.20
@@ -38,3 +42,4 @@ social-auth-core==3.3.3
 sqlparse==0.4.1
 uritemplate==3.0.1
 urllib3==1.26.5
+whitenoise==5.2.0

+ 0 - 0
runtime.txt