[dependencies] require django-environ and psycopg

This commit is contained in:
bronsen 2025-03-12 18:14:50 +01:00
parent e6b75c8046
commit 9f22508d4b
2 changed files with 8 additions and 1 deletions
requirements

View file

@ -1 +1,3 @@
django
django-environ
psycopg[binary,pool]

View file

@ -1,4 +1,4 @@
# SHA1:39e5d53fbc5d9e74e826ddcd3fdbc73c3a94474f
# SHA1:86950680ccf66461b0ef4f2feb4d3a84b58e9405
#
# This file is autogenerated by pip-compile-multi
# To update, run:
@ -7,4 +7,9 @@
#
asgiref==3.8.1
django==5.1.7
django-environ==0.12.0
psycopg==3.2.5
psycopg-binary==3.2.5
psycopg-pool==3.2.6
sqlparse==0.5.3
typing-extensions==4.12.2