Remove unused packages
This commit is contained in:
parent
79fe335693
commit
1faa2e1838
@ -1,11 +1,6 @@
|
|||||||
pytz==2022.7 # https://github.com/stub42/pytz
|
pytz==2022.7 # https://github.com/stub42/pytz
|
||||||
python-slugify==7.0.0 # https://github.com/un33k/python-slugify
|
|
||||||
Pillow==9.3.0 # https://github.com/python-pillow/Pillow
|
Pillow==9.3.0 # https://github.com/python-pillow/Pillow
|
||||||
rcssmin==1.1.0 # https://github.com/ndparker/rcssmin
|
|
||||||
argon2-cffi==21.3.0 # https://github.com/hynek/argon2_cffi
|
|
||||||
whitenoise==6.2.0 # https://github.com/evansd/whitenoise
|
whitenoise==6.2.0 # https://github.com/evansd/whitenoise
|
||||||
redis==4.4.0 # https://github.com/redis/redis-py
|
|
||||||
hiredis==2.1.0 # https://github.com/redis/hiredis-py
|
|
||||||
|
|
||||||
# Django
|
# Django
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
@ -13,21 +8,21 @@ django==4.0.8 # pyup: < 4.1 # https://www.djangoproject.com/
|
|||||||
django-model-utils==4.3.1 # https://github.com/jazzband/django-model-utils
|
django-model-utils==4.3.1 # https://github.com/jazzband/django-model-utils
|
||||||
django-crispy-forms==1.14.0 # https://github.com/django-crispy-forms/django-crispy-forms
|
django-crispy-forms==1.14.0 # https://github.com/django-crispy-forms/django-crispy-forms
|
||||||
crispy-bootstrap5==0.7 # https://github.com/django-crispy-forms/crispy-bootstrap5
|
crispy-bootstrap5==0.7 # https://github.com/django-crispy-forms/crispy-bootstrap5
|
||||||
django-compressor==4.1 # https://github.com/django-compressor/django-compressor
|
|
||||||
django-redis==5.2.0 # https://github.com/jazzband/django-redis
|
|
||||||
django-filter==23.5 # https://github.com/carltongibson/django-filter
|
django-filter==23.5 # https://github.com/carltongibson/django-filter
|
||||||
|
|
||||||
# Django REST Framework
|
# Django REST Framework
|
||||||
djangorestframework==3.14.0 # https://github.com/encode/django-rest-framework
|
djangorestframework==3.14.0 # https://github.com/encode/django-rest-framework
|
||||||
django-cors-headers==3.13.0 # https://github.com/adamchainz/django-cors-headers
|
django-cors-headers==3.13.0 # https://github.com/adamchainz/django-cors-headers
|
||||||
# DRF-spectacular for api documentation
|
|
||||||
drf-spectacular==0.25.1 # https://github.com/tfranzel/drf-spectacular
|
|
||||||
|
|
||||||
|
# PDF generator
|
||||||
reportlab==4.0.4
|
reportlab==4.0.4
|
||||||
stripe==5.5.0
|
|
||||||
gopay==2.0.1
|
|
||||||
|
|
||||||
# Customize django admin
|
# Customize django admin
|
||||||
django-jet-reboot==1.3.5
|
django-jet-reboot==1.3.5
|
||||||
|
|
||||||
# Environment variable
|
# Environment variable
|
||||||
python-decouple==3.8
|
python-decouple==3.8
|
||||||
|
|
||||||
|
# Payments
|
||||||
|
stripe==5.5.0
|
||||||
|
gopay==2.0.1
|
||||||
|
|||||||
@ -1,36 +1,7 @@
|
|||||||
-r base.txt
|
-r base.txt
|
||||||
|
|
||||||
Werkzeug[watchdog]==2.2.2 # https://github.com/pallets/werkzeug
|
|
||||||
ipdb==0.13.11 # https://github.com/gotcha/ipdb
|
|
||||||
psycopg2-binary==2.9.5 # https://github.com/psycopg/psycopg2
|
psycopg2-binary==2.9.5 # https://github.com/psycopg/psycopg2
|
||||||
|
|
||||||
# Testing
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
mypy==0.982 # https://github.com/python/mypy
|
|
||||||
django-stubs==1.13.1 # https://github.com/typeddjango/django-stubs
|
|
||||||
pytest==7.2.0 # https://github.com/pytest-dev/pytest
|
|
||||||
pytest-sugar==0.9.6 # https://github.com/Frozenball/pytest-sugar
|
|
||||||
djangorestframework-stubs==1.8.0 # https://github.com/typeddjango/djangorestframework-stubs
|
|
||||||
|
|
||||||
# Documentation
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
sphinx==5.3.0 # https://github.com/sphinx-doc/sphinx
|
|
||||||
sphinx-autobuild==2021.3.14 # https://github.com/GaretJax/sphinx-autobuild
|
|
||||||
|
|
||||||
# Code quality
|
# Code quality
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
flake8==6.0.0 # https://github.com/PyCQA/flake8
|
|
||||||
flake8-isort==5.0.3 # https://github.com/gforcada/flake8-isort
|
|
||||||
coverage==7.0.0 # https://github.com/nedbat/coveragepy
|
|
||||||
black==22.12.0 # https://github.com/psf/black
|
black==22.12.0 # https://github.com/psf/black
|
||||||
pylint-django==2.5.3 # https://github.com/PyCQA/pylint-django
|
|
||||||
pre-commit==2.20.0 # https://github.com/pre-commit/pre-commit
|
|
||||||
|
|
||||||
# Django
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
factory-boy==3.2.1 # https://github.com/FactoryBoy/factory_boy
|
|
||||||
|
|
||||||
django-debug-toolbar==3.8.1 # https://github.com/jazzband/django-debug-toolbar
|
|
||||||
django-extensions==3.2.1 # https://github.com/django-extensions/django-extensions
|
|
||||||
django-coverage-plugin==3.0.0 # https://github.com/nedbat/django_coverage_plugin
|
|
||||||
pytest-django==4.5.2 # https://github.com/pytest-dev/pytest-django
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user