mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-08-02 17:23:16 +08:00
Overhauled entire project config, added notifications, email templates, optimized stripe subscriptions, redis caching, and webdriver utilities
This commit is contained in:
parent
7cbe8fd720
commit
99dfcef67b
84 changed files with 4300 additions and 867 deletions
175
requirements.txt
175
requirements.txt
|
@ -1,66 +1,109 @@
|
|||
-i https://pypi.org/simple
|
||||
annotated-types==0.6.0; python_version >= '3.8'
|
||||
asgiref==3.7.2; 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==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.18.1
|
||||
djangorestframework==3.14.0
|
||||
djangorestframework-simplejwt==5.3.1; python_version >= '3.8'
|
||||
djoser==2.2.2
|
||||
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.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.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.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'
|
||||
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'
|
||||
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
|
||||
-i https://pypi.org/simple
|
||||
2captcha-python==1.2.5
|
||||
amqp==5.2.0; python_version >= '3.6'
|
||||
asgiref==3.8.1; python_version >= '3.8'
|
||||
async-timeout==4.0.3; python_full_version < '3.11.3'
|
||||
attrs==23.2.0; python_version >= '3.7'
|
||||
autobahn==23.6.2; python_version >= '3.9'
|
||||
automat==22.10.0
|
||||
autopep8==2.1.0; python_version >= '3.8'
|
||||
billiard==4.2.0; python_version >= '3.7'
|
||||
celery==5.4.0
|
||||
certifi==2024.2.2; python_version >= '3.6'
|
||||
cffi==1.16.0;
|
||||
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
|
||||
click==8.1.7; python_version >= '3.7'
|
||||
click-didyoumean==0.3.1; python_full_version >= '3.6.2'
|
||||
click-plugins==1.1.1
|
||||
click-repl==0.3.0; python_version >= '3.6'
|
||||
colorama==0.4.6;
|
||||
constantly==23.10.4; python_version >= '3.8'
|
||||
cron-descriptor==1.4.3
|
||||
cryptography==42.0.7; python_version >= '3.7'
|
||||
defusedxml==0.8.0rc2; python_version >= '3.6'
|
||||
django==5.0.6
|
||||
django-celery-beat==2.6.0
|
||||
django-celery-results==2.5.1
|
||||
django-cors-headers==4.3.1
|
||||
django-extensions==3.2.3
|
||||
django-extra-fields==3.0.2
|
||||
django-redis==5.4.0
|
||||
django-resized==1.0.2
|
||||
django-silk==5.1.0
|
||||
django-simple-history==3.5.0
|
||||
django-storages==1.14.3
|
||||
django-templated-mail==1.1.1
|
||||
django-timezone-field==6.1.0; python_version >= '3.8' and python_version < '4.0'
|
||||
django-unfold==0.22.0
|
||||
djangorestframework==3.15.1
|
||||
djangorestframework-simplejwt==5.3.1; python_version >= '3.8'
|
||||
djoser==2.2.2
|
||||
drf-spectacular[sidecar]==0.27.2
|
||||
drf-spectacular-sidecar==2024.5.1
|
||||
flower==2.0.1
|
||||
gprof2dot==2022.7.29; python_version >= '2.7'
|
||||
gunicorn==22.0.0
|
||||
h11==0.14.0; python_version >= '3.7'
|
||||
humanize==4.9.0; python_version >= '3.8'
|
||||
hyperlink==21.0.0
|
||||
idna==3.7; python_version >= '3.5'
|
||||
incremental==22.10.0
|
||||
inflection==0.5.1; python_version >= '3.5'
|
||||
jsonschema==4.22.0; python_version >= '3.8'
|
||||
jsonschema-specifications==2023.12.1; python_version >= '3.8'
|
||||
kombu==5.3.7
|
||||
msgpack==1.0.8; python_version >= '3.8'
|
||||
oauthlib==3.2.2; python_version >= '3.6'
|
||||
outcome==1.3.0.post0; python_version >= '3.7'
|
||||
packaging==24.0; python_version >= '3.7'
|
||||
pillow==10.3.0
|
||||
prometheus-client==0.20.0; python_version >= '3.8'
|
||||
prompt-toolkit==3.0.43; python_full_version >= '3.7.0'
|
||||
psycopg2==2.9.9
|
||||
pyasn1==0.6.0; python_version >= '3.8'
|
||||
pyasn1-modules==0.4.0; python_version >= '3.8'
|
||||
pycodestyle==2.11.1; python_version >= '3.8'
|
||||
pycparser==2.22; python_version >= '3.8'
|
||||
pygraphviz==1.13
|
||||
pyjwt==2.8.0; python_version >= '3.7'
|
||||
pyopenssl==24.1.0
|
||||
pysocks==1.7.1
|
||||
python-crontab==3.0.0
|
||||
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
python-dotenv==1.0.1
|
||||
python-whois==0.9.4
|
||||
python3-openid==3.2.0
|
||||
pytz==2024.1
|
||||
pyyaml==6.0.1; python_version >= '3.6'
|
||||
redis==5.0.4
|
||||
referencing==0.35.1; python_version >= '3.8'
|
||||
requests==2.31.0; python_version >= '3.7'
|
||||
requests-oauthlib==2.0.0; python_version >= '3.4'
|
||||
rpds-py==0.18.1; python_version >= '3.8'
|
||||
selenium==4.20.0
|
||||
service-identity==24.1.0
|
||||
setuptools==69.5.1; python_version >= '3.8'
|
||||
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
sniffio==1.3.1; python_version >= '3.7'
|
||||
social-auth-app-django==5.4.1; python_version >= '3.8'
|
||||
social-auth-core==4.5.4; python_version >= '3.8'
|
||||
sortedcontainers==2.4.0
|
||||
sqlparse==0.5.0; python_version >= '3.8'
|
||||
stripe==9.6.0
|
||||
tornado==6.4; python_version >= '3.8'
|
||||
trio==0.25.0; python_version >= '3.8'
|
||||
trio-websocket==0.11.1; python_version >= '3.7'
|
||||
twisted[tls]==24.3.0; python_full_version >= '3.8.0'
|
||||
twisted-iocpsupport==1.0.4; platform_system == 'Windows'
|
||||
txaio==23.1.1; python_version >= '3.7'
|
||||
typing-extensions==4.11.0; python_version >= '3.8'
|
||||
tzdata==2024.1; python_version >= '2'
|
||||
undetected-chromedriver==3.5.5
|
||||
uritemplate==4.1.1; python_version >= '3.6'
|
||||
urllib3[socks]==2.2.1; python_version >= '3.8'
|
||||
vine==5.1.0; python_version >= '3.6'
|
||||
wcwidth==0.2.13
|
||||
websockets==12.0; python_version >= '3.8'
|
||||
whitenoise==6.6.0
|
||||
wsproto==1.2.0; python_full_version >= '3.7.0'
|
||||
zope-interface==6.3; python_version >= '3.7'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue