adding propper requirement files
This commit is contained in:
parent
a76284ae84
commit
f3e7edbc51
8
requirements.in
Normal file
8
requirements.in
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
asgiref==3.7.2
|
||||||
|
build==1.0.3
|
||||||
|
click==8.1.7
|
||||||
|
Django==5.0.2
|
||||||
|
packaging==23.2
|
||||||
|
pip-tools==7.3.0
|
||||||
|
pyproject_hooks==1.0.0
|
||||||
|
sqlparse==0.4.4
|
40
requirements.txt
Normal file
40
requirements.txt
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
#
|
||||||
|
# This file is autogenerated by pip-compile with Python 3.11
|
||||||
|
# by the following command:
|
||||||
|
#
|
||||||
|
# pip-compile --output-file=requirements.txt requirements.in
|
||||||
|
#
|
||||||
|
asgiref==3.7.2
|
||||||
|
# via
|
||||||
|
# -r requirements.in
|
||||||
|
# django
|
||||||
|
build==1.0.3
|
||||||
|
# via
|
||||||
|
# -r requirements.in
|
||||||
|
# pip-tools
|
||||||
|
click==8.1.7
|
||||||
|
# via
|
||||||
|
# -r requirements.in
|
||||||
|
# pip-tools
|
||||||
|
django==5.0.2
|
||||||
|
# via -r requirements.in
|
||||||
|
packaging==23.2
|
||||||
|
# via
|
||||||
|
# -r requirements.in
|
||||||
|
# build
|
||||||
|
pip-tools==7.3.0
|
||||||
|
# via -r requirements.in
|
||||||
|
pyproject-hooks==1.0.0
|
||||||
|
# via
|
||||||
|
# -r requirements.in
|
||||||
|
# build
|
||||||
|
sqlparse==0.4.4
|
||||||
|
# via
|
||||||
|
# -r requirements.in
|
||||||
|
# django
|
||||||
|
wheel==0.42.0
|
||||||
|
# via pip-tools
|
||||||
|
|
||||||
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
|
# pip
|
||||||
|
# setuptools
|
Loading…
Reference in a new issue