[requirements] organize multi-level requirements in extra directory

This commit is contained in:
bronsen 2024-11-20 21:49:03 +01:00
parent 1ff3baff49
commit 391bf129ed
2 changed files with 2 additions and 2 deletions

1
requirements/base.in Normal file
View file

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

12
requirements/base.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 requirements/base.in
#
asgiref==3.8.1
# via django
django==5.1.3
# via -r requirements/base.in
sqlparse==0.5.2
# via django