[requirements] add django and recompile using pip-compile
This commit is contained in:
parent
0330950c19
commit
1ff3baff49
2 changed files with 13 additions and 0 deletions
1
requirements.in
Normal file
1
requirements.in
Normal file
|
@ -0,0 +1 @@
|
|||
django>=5.1,<5.2
|
12
requirements.txt
Normal file
12
requirements.txt
Normal file
|
@ -0,0 +1,12 @@
|
|||
#
|
||||
# This file is autogenerated by pip-compile with Python 3.13
|
||||
# by the following command:
|
||||
#
|
||||
# pip-compile
|
||||
#
|
||||
asgiref==3.8.1
|
||||
# via django
|
||||
django==5.1.3
|
||||
# via -r requirements.in
|
||||
sqlparse==0.5.2
|
||||
# via django
|
Loading…
Reference in a new issue