Irritating that poetry can't handle prod deps well

This commit is contained in:
2023-01-31 10:44:39 -05:00
parent 4b4fbf4777
commit 12087460f6

View File

@ -16,7 +16,7 @@ djangorestframework = "^3.13.1"
Markdown = "^3.3.6"
django-filter = "^21.1"
Pillow = "^9.0.1"
psycopg2 = {version = "^2.9.3", extras = ["production"]}
psycopg2 = "^2.9.3"
dj-database-url = "^0.5.0"
django-mathfilters = "^1.0.0"
django-allauth = "^0.50.0"