Skip to content

Commit

Permalink
Updated: removed unwanted dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvind-4 committed Dec 31, 2022
1 parent 0addbec commit 7a29905
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: gunicorn src.wsgi --log-file -
web: gunicorn backend.wsgi --log-file -
7 changes: 2 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7a29905

Please sign in to comment.