diff --git a/CineSync/requirements/prod.txt b/CineSync/requirements/prod.txt index 2d4c80d..15a9e02 100644 --- a/CineSync/requirements/prod.txt +++ b/CineSync/requirements/prod.txt @@ -1,9 +1,5 @@ -Django==4.2 -django-ckeditor==6.7.0 -django-cleanup==8.1.0 -pillow==10.2.0 -python-dotenv~=1.0.1 -sorl-thumbnail==12.10.0 +-r base.txt psycopg2-binary==2.9.1 psycopg2==2.9.10 -psycopg==3.2.4 \ No newline at end of file +psycopg==3.2.4 +gunicorn==20.1.0 \ No newline at end of file