Skip to content

Commit

Permalink
Remove unused PostgreSQL dependency
Browse files Browse the repository at this point in the history
We no longer need psycopg2 because we don't use PostgreSQL any more.
  • Loading branch information
meshy committed Jun 2, 2024
1 parent b61d40a commit bae7882
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion requirements.prod.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ django-pygmy
django-sans-db>=1.2.0
environs[django]
gunicorn
psycopg2-binary>=2.9.5
requests
# New versions aren't supported yet
sphinx==1.2.2
Expand Down
2 changes: 0 additions & 2 deletions requirements.prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ marshmallow==3.18.0
# via environs
packaging==21.3
# via marshmallow
psycopg2-binary==2.9.5
# via -r requirements.prod.in
pygments==2.10.0
# via
# django-pygmy
Expand Down

0 comments on commit bae7882

Please sign in to comment.