Skip to content

Commit

Permalink
Ref #178 - Add requirements.txt
Browse files Browse the repository at this point in the history
Add django related packages, gunicorn and psycopg2 for postgresql.
  • Loading branch information
Kerem Zaman committed Nov 14, 2021
1 parent 1193696 commit ab7ff75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
django
gunicorn
psycopg2
djangorestframework
djangorestframework-jsonapi
djangorestframework_simplejwt
django_rest_passwordreset

0 comments on commit ab7ff75

Please sign in to comment.