mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-08-02 17:23:16 +08:00
Initial commit
This commit is contained in:
commit
0ad426398a
25 changed files with 2648 additions and 0 deletions
43
requirements.txt
Normal file
43
requirements.txt
Normal file
|
@ -0,0 +1,43 @@
|
|||
-i https://pypi.org/simple
|
||||
asgiref==3.7.2; python_version >= '3.7'
|
||||
attrs==23.1.0; python_version >= '3.7'
|
||||
certifi==2023.11.17; python_version >= '3.6'
|
||||
cffi==1.16.0; python_version >= '3.8'
|
||||
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
|
||||
cryptography==41.0.7; python_version >= '3.7'
|
||||
defusedxml==0.8.0rc2; python_version >= '3.6'
|
||||
django==4.2.7
|
||||
django-cors-headers==4.3.1
|
||||
django-extra-fields==3.0.2
|
||||
django-simple-history==3.4.0
|
||||
django-templated-mail==1.1.1
|
||||
django-unfold==0.17.1
|
||||
djangorestframework==3.14.0
|
||||
djangorestframework-simplejwt==5.3.0; python_version >= '3.7'
|
||||
djoser==2.2.2
|
||||
drf-spectacular[sidecar]==0.26.5
|
||||
drf-spectacular-sidecar==2023.10.1
|
||||
idna==3.6; python_version >= '3.5'
|
||||
inflection==0.5.1; python_version >= '3.5'
|
||||
jsonschema==4.20.0; python_version >= '3.8'
|
||||
jsonschema-specifications==2023.11.2; python_version >= '3.8'
|
||||
oauthlib==3.2.2; python_version >= '3.6'
|
||||
pillow==10.1.0
|
||||
psycopg2==2.9.9
|
||||
pycparser==2.21
|
||||
pyjwt==2.8.0; python_version >= '3.7'
|
||||
python-dotenv==1.0.0
|
||||
python3-openid==3.2.0
|
||||
pytz==2023.3.post1
|
||||
pyyaml==6.0.1; python_version >= '3.6'
|
||||
referencing==0.31.1; python_version >= '3.8'
|
||||
requests==2.31.0; python_version >= '3.7'
|
||||
requests-oauthlib==1.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
rpds-py==0.13.2; python_version >= '3.8'
|
||||
social-auth-app-django==5.4.0; python_version >= '3.8'
|
||||
social-auth-core==4.5.1; python_version >= '3.8'
|
||||
sqlparse==0.4.4; python_version >= '3.5'
|
||||
tzdata==2023.3; sys_platform == 'win32'
|
||||
uritemplate==4.1.1; python_version >= '3.6'
|
||||
urllib3==2.1.0; python_version >= '3.8'
|
||||
whitenoise==6.6.0
|
Loading…
Add table
Add a link
Reference in a new issue