39 lines
1.3 KiB
Plaintext
39 lines
1.3 KiB
Plaintext
-r requirements.in
|
|
|
|
ipdb # https://github.com/gotcha/ipdb
|
|
pip-tools
|
|
|
|
# Testing
|
|
# ------------------------------------------------------------------------------
|
|
mypy # https://github.com/python/mypy
|
|
django-stubs # https://github.com/typeddjango/django-stubs
|
|
pytest # https://github.com/pytest-dev/pytest
|
|
pytest-sugar # https://github.com/Frozenball/pytest-sugar
|
|
pytest-xdist #
|
|
pytest-order
|
|
djangorestframework-stubs # https://github.com/typeddjango/djangorestframework-stubs
|
|
|
|
# Code quality
|
|
# ------------------------------------------------------------------------------
|
|
coverage # https://github.com/nedbat/coveragepy
|
|
ruff
|
|
|
|
# Django
|
|
# ------------------------------------------------------------------------------
|
|
factory-boy # https://github.com/FactoryBoy/factory_boy
|
|
|
|
django-debug-toolbar # https://github.com/jazzband/django-debug-toolbar
|
|
django-extensions # https://github.com/django-extensions/django-extensions
|
|
django-coverage-plugin # https://github.com/nedbat/django_coverage_plugin
|
|
pytest-django # https://github.com/pytest-dev/pytest-django
|
|
freezegun # https://github.com/spulec/freezegun
|
|
|
|
# code checking
|
|
truffleHog
|
|
|
|
# deployement and CI
|
|
git+https://github.com/iterativ/Caprover-API.git@5013f8fc929e8e3281b9d609e968a782e8e99530
|
|
|
|
# sftpserver for tests
|
|
git+https://github.com/lonetwin/sftpserver.git@1d16896d3f0f90d63d1caaf4e199f2a9dde6456f
|