We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468b684 commit fd601f2Copy full SHA for fd601f2
requirements/dev.txt
@@ -1,5 +1,5 @@
1
-r common.txt
2
-psycopg[binary]==3.2.10
3
django-debug-toolbar==6.0.0
4
pre-commit~=4.3.0
+psycopg[binary]==3.2.10
5
watchdog==6.0.0
requirements/prod.txt
@@ -1,9 +1,9 @@
--r common.txt
-# psycopg docs defines the "local install" method as
# "the preferred way to install Psycopg for a production site."
# https://www.psycopg.org/psycopg3/docs/basic/install.html#local-installation
+# psycopg docs defines the "local install" method as
# Whether or not this applies to the project is debatable, but having it doesn't seem to hurt.
6
-psycopg[c]==3.2.10
+-r common.txt
7
gunicorn==23.0.0
+psycopg[c]==3.2.10
8
redis==6.4.0
9
sentry-sdk==2.38.0
0 commit comments