0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 18:26:15 +01:00
posthog/requirements-dev.in
Tim Glaser 041402e394
Update mypy and typed_ast (#8160)
* Update black to 21.12b0

* Don't update black, update mypy instead

* fix mypy issue
2022-01-20 14:19:43 +00:00

42 lines
775 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>=0.930
mypy-extensions
djangorestframework-stubs
django-stubs
fakeredis
freezegun
packaging
black==19.10b0
types-Markdown
types-PyYAML
types-freezegun
types-protobuf
types-python-dateutil
types-pytz
types-redis
types-requests
isort
pytest
pytest-django
pytest-env
pytest-mock
pytest-cov
pytest-split
syrupy
numpy