init
This commit is contained in:
commit
bf6153d028
28 changed files with 537 additions and 0 deletions
12
Pipfile
Normal file
12
Pipfile
Normal file
|
@ -0,0 +1,12 @@
|
|||
[[source]]
|
||||
name = "pypi"
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
|
||||
[packages]
|
||||
asgiref = "==3.8.1"
|
||||
Django = "==5.0.6"
|
||||
sqlparse = "==0.5.0"
|
||||
|
||||
[requires]
|
||||
python_version = "3.12"
|
Loading…
Add table
Add a link
Reference in a new issue