Add production requirements
This commit is contained in:
parent
6cf8af5dc4
commit
fbd3ae93a0
2 changed files with 7 additions and 0 deletions
1
requirements/production.in
Normal file
1
requirements/production.in
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
psycopg
|
||||||
6
requirements/production.txt
Normal file
6
requirements/production.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# This file was autogenerated by uv via the following command:
|
||||||
|
# uv pip compile requirements/production.in
|
||||||
|
psycopg==3.1.19
|
||||||
|
# via -r requirements/production.in
|
||||||
|
typing-extensions==4.12.2
|
||||||
|
# via psycopg
|
||||||
Loading…
Add table
Reference in a new issue