mirror of
https://github.com/PostHog/posthog.git
synced 2024-12-01 12:21:02 +01:00
50b12d9bb7
* set debug, test, and primary_db env variables based on context * remove unnecessary print * also use pytest.ini for some tests run straight from pytest at the CLI
34 lines
635 B
Plaintext
34 lines
635 B
Plaintext
# pip-compile requirements-dev.in
|
|
|
|
# Make sure we use production deps for constraining installed dev packages. This
|
|
# is important as otherwise we could be running tests with different versions
|
|
# than production.
|
|
|
|
-c requirements.txt
|
|
|
|
flake8>=3.8 # match minimum version to oldest Python version that PostHog currently supports
|
|
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-env
|
|
pytest-mock
|
|
pytest-cov
|
|
pytest-split
|
|
syrupy
|