From 7a2990547fd673c1bacd9c526a5c5d8530da28f3 Mon Sep 17 00:00:00 2001 From: Arvind-4 Date: Sat, 31 Dec 2022 16:04:56 +0530 Subject: [PATCH] Updated: removed unwanted dependencies --- Procfile | 2 +- requirements.txt | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Procfile b/Procfile index ed583f9..87798cc 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn src.wsgi --log-file - \ No newline at end of file +web: gunicorn backend.wsgi --log-file - \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 71f4956..92a0d55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,7 @@ asgiref==3.4.1 -dj-database-url==0.5.0 Django==3.2.6 -django-dotenv==1.4.2 -django-heroku==0.3.1 -gunicorn==20.1.0 -psycopg2==2.9.1 +psycopg2-binary==2.9.5 +python-decouple==3.6 pytz==2021.1 sqlparse==0.4.1 whitenoise==5.3.0