[dependencies] require django-environ and psycopg
This commit is contained in:
parent
e6b75c8046
commit
9f22508d4b
2 changed files with 8 additions and 1 deletions
|
|
@ -1 +1,3 @@
|
||||||
django
|
django
|
||||||
|
django-environ
|
||||||
|
psycopg[binary,pool]
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# SHA1:39e5d53fbc5d9e74e826ddcd3fdbc73c3a94474f
|
# SHA1:86950680ccf66461b0ef4f2feb4d3a84b58e9405
|
||||||
#
|
#
|
||||||
# This file is autogenerated by pip-compile-multi
|
# This file is autogenerated by pip-compile-multi
|
||||||
# To update, run:
|
# To update, run:
|
||||||
|
|
@ -7,4 +7,9 @@
|
||||||
#
|
#
|
||||||
asgiref==3.8.1
|
asgiref==3.8.1
|
||||||
django==5.1.7
|
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
|
sqlparse==0.5.3
|
||||||
|
typing-extensions==4.12.2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue