mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2024-11-17 04:09:25 +08:00
Updated requirements.txt
This commit is contained in:
parent
0ad426398a
commit
c34876fb49
1 changed files with 34 additions and 11 deletions
|
@ -1,43 +1,66 @@
|
|||
-i https://pypi.org/simple
|
||||
annotated-types==0.6.0; python_version >= '3.8'
|
||||
asgiref==3.7.2; python_version >= '3.7'
|
||||
attrs==23.1.0; python_version >= '3.7'
|
||||
attrs==23.2.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'
|
||||
click==8.1.7; python_version >= '3.7'
|
||||
colorama==0.4.6; platform_system == 'Windows'
|
||||
cryptography==41.0.7; python_version >= '3.7'
|
||||
defusedxml==0.8.0rc2; python_version >= '3.6'
|
||||
django==4.2.7
|
||||
django==5.0.1
|
||||
django-cors-headers==4.3.1
|
||||
django-extra-fields==3.0.2
|
||||
django-resized==1.0.2
|
||||
django-simple-history==3.4.0
|
||||
django-templated-mail==1.1.1
|
||||
django-unfold==0.17.1
|
||||
django-unfold==0.18.1
|
||||
djangorestframework==3.14.0
|
||||
djangorestframework-simplejwt==5.3.0; python_version >= '3.7'
|
||||
djangorestframework-simplejwt==5.3.1; python_version >= '3.8'
|
||||
djoser==2.2.2
|
||||
drf-spectacular[sidecar]==0.26.5
|
||||
drf-spectacular-sidecar==2023.10.1
|
||||
dotty-dict==1.3.1; python_version >= '3.5' and python_version < '4.0'
|
||||
drf-spectacular[sidecar]==0.27.0
|
||||
drf-spectacular-sidecar==2024.1.1
|
||||
gitdb==4.0.11; python_version >= '3.7'
|
||||
gitpython==3.1.40; python_version >= '3.7'
|
||||
idna==3.6; python_version >= '3.5'
|
||||
importlib-resources==6.1.1; python_version >= '3.8'
|
||||
inflection==0.5.1; python_version >= '3.5'
|
||||
jinja2==3.1.2; python_version >= '3.7'
|
||||
jsonschema==4.20.0; python_version >= '3.8'
|
||||
jsonschema-specifications==2023.11.2; python_version >= '3.8'
|
||||
jsonschema-specifications==2023.12.1; python_version >= '3.8'
|
||||
markdown-it-py==3.0.0; python_version >= '3.8'
|
||||
markupsafe==2.1.3; python_version >= '3.7'
|
||||
mdurl==0.1.2; python_version >= '3.7'
|
||||
oauthlib==3.2.2; python_version >= '3.6'
|
||||
pillow==10.1.0
|
||||
pillow==10.2.0
|
||||
psycopg2==2.9.9
|
||||
pycparser==2.21
|
||||
pydantic==2.5.3; python_version >= '3.7'
|
||||
pydantic-core==2.14.6; python_version >= '3.7'
|
||||
pygments==2.17.2; python_version >= '3.7'
|
||||
pyjwt==2.8.0; python_version >= '3.7'
|
||||
python-dotenv==1.0.0
|
||||
python-gitlab==4.3.0; python_full_version >= '3.8.0'
|
||||
python-semantic-release==8.7.0; python_version >= '3.7'
|
||||
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'
|
||||
referencing==0.32.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'
|
||||
requests-toolbelt==1.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
rich==13.7.0; python_full_version >= '3.7.0'
|
||||
rpds-py==0.16.2; python_version >= '3.8'
|
||||
shellingham==1.5.4; python_version >= '3.7'
|
||||
smmap==5.0.1; python_version >= '3.7'
|
||||
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'
|
||||
tomlkit==0.12.3; python_version >= '3.7'
|
||||
typing-extensions==4.9.0; python_version >= '3.8'
|
||||
tzdata==2023.4; sys_platform == 'win32'
|
||||
uritemplate==4.1.1; python_version >= '3.6'
|
||||
urllib3==2.1.0; python_version >= '3.8'
|
||||
whitenoise==6.6.0
|
||||
|
|
Loading…
Reference in a new issue