initial
This commit is contained in:
commit
c602d0bf8d
32 changed files with 1193 additions and 0 deletions
8
requirements.txt
Normal file
8
requirements.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
asgiref==3.7.2 ; python_version >= "3.11" and python_version < "4.0"
|
||||
dj-database-url==2.1.0 ; python_version >= "3.11" and python_version < "4.0"
|
||||
django-extensions==3.2.3 ; python_version >= "3.11" and python_version < "4.0"
|
||||
django==5.0.2 ; python_version >= "3.11" and python_version < "4.0"
|
||||
python-decouple==3.8 ; python_version >= "3.11" and python_version < "4.0"
|
||||
sqlparse==0.4.4 ; python_version >= "3.11" and python_version < "4.0"
|
||||
typing-extensions==4.9.0 ; python_version >= "3.11" and python_version < "4.0"
|
||||
tzdata==2023.4 ; python_version >= "3.11" and python_version < "4.0" and sys_platform == "win32"
|
||||
Loading…
Add table
Add a link
Reference in a new issue