2020-11-10 10:17:48 +01:00
|
|
|
# pip-compile requirements-dev.in
|
2020-05-26 14:38:33 +02:00
|
|
|
|
2021-09-16 10:27:11 +02:00
|
|
|
# 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.
|
|
|
|
|
2021-10-13 16:00:47 +02:00
|
|
|
-c requirements.txt
|
2021-04-19 21:59:10 +02:00
|
|
|
|
2021-08-20 13:53:15 +02:00
|
|
|
flake8>=3.8 # match minimum version to oldest Python version that PostHog currently supports
|
2020-04-27 18:13:59 +02:00
|
|
|
flake8-bugbear
|
|
|
|
flake8-colors
|
|
|
|
flake8-commas
|
|
|
|
flake8-comprehensions
|
|
|
|
flake8-import-order
|
|
|
|
flake8-logging-format
|
|
|
|
flake8-print
|
|
|
|
pip-tools
|
2021-12-10 09:29:04 +01:00
|
|
|
mypy>=0.910
|
2020-05-26 14:38:33 +02:00
|
|
|
mypy-extensions
|
|
|
|
djangorestframework-stubs
|
|
|
|
django-stubs
|
2020-11-13 13:20:00 +01:00
|
|
|
fakeredis
|
2020-05-26 14:38:33 +02:00
|
|
|
freezegun
|
2020-06-17 22:16:25 +02:00
|
|
|
packaging
|
2020-07-28 22:19:33 +02:00
|
|
|
black
|
2021-12-10 09:29:04 +01:00
|
|
|
types-Markdown
|
|
|
|
types-PyYAML
|
|
|
|
types-freezegun
|
|
|
|
types-protobuf
|
|
|
|
types-python-dateutil
|
|
|
|
types-pytz
|
|
|
|
types-redis
|
|
|
|
types-requests
|
2020-07-28 22:19:33 +02:00
|
|
|
isort
|
2021-02-24 08:32:44 +01:00
|
|
|
pytest
|
|
|
|
pytest-django
|
2021-11-20 18:18:39 +01:00
|
|
|
pytest-env
|
2021-10-04 11:37:15 +02:00
|
|
|
pytest-mock
|
2021-10-13 16:00:47 +02:00
|
|
|
pytest-cov
|
2021-11-01 16:23:23 +01:00
|
|
|
pytest-split
|
2021-10-13 16:00:47 +02:00
|
|
|
syrupy
|
2022-01-06 16:46:11 +01:00
|
|
|
numpy
|