[requirements] add django and recompile using pip-compile

This commit is contained in:
bronsen 2024-11-20 21:23:41 +01:00
parent 0330950c19
commit 1ff3baff49
2 changed files with 13 additions and 0 deletions

1
requirements.in Normal file
View file

@ -0,0 +1 @@
django>=5.1,<5.2

12
requirements.txt Normal file
View 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