Skip to content

Commit bae7882

Browse files
committed
Remove unused PostgreSQL dependency
We no longer need psycopg2 because we don't use PostgreSQL any more.
1 parent b61d40a commit bae7882

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

requirements.prod.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ django-pygmy
66
django-sans-db>=1.2.0
77
environs[django]
88
gunicorn
9-
psycopg2-binary>=2.9.5
109
requests
1110
# New versions aren't supported yet
1211
sphinx==1.2.2

requirements.prod.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ marshmallow==3.18.0
4242
# via environs
4343
packaging==21.3
4444
# via marshmallow
45-
psycopg2-binary==2.9.5
46-
# via -r requirements.prod.in
4745
pygments==2.10.0
4846
# via
4947
# django-pygmy

0 commit comments

Comments
 (0)