mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 18:07:17 +01:00
27 lines
443 B
Plaintext
27 lines
443 B
Plaintext
# pip-compile requirements-dev.in
|
|
|
|
Django==3.1.12 # freeze version to the same as in production
|
|
djangorestframework==3.12.2 # freeze version to the same as in production
|
|
|
|
flake8
|
|
flake8-bugbear
|
|
flake8-colors
|
|
flake8-commas
|
|
flake8-comprehensions
|
|
flake8-import-order
|
|
flake8-logging-format
|
|
flake8-print
|
|
pip-tools
|
|
mypy
|
|
mypy-extensions
|
|
djangorestframework-stubs
|
|
django-stubs
|
|
fakeredis
|
|
freezegun
|
|
packaging
|
|
black
|
|
isort
|
|
pytest
|
|
pytest-django
|
|
pytest-mock
|