0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
posthog/requirements/dev.in
Michael Matloka 4ebca38d53
Sort imports with isort (#1272)
* Add and configure isort

* isort all the things!

* Use local black and isort, and include json in prettier

* Remove erroneous import

* Delete isort.cfg and add isort options to lint-staged

* isort all the things! (with Black-compatibile options)
2020-07-28 22:19:33 +02:00

24 lines
318 B
Plaintext

# To compile, run:
# pip-compile requirements/dev.in
flake8
flake8-bugbear
flake8-colors
flake8-commas
flake8-comprehensions
flake8-import-order
flake8-logging-format
flake8-print
pip-tools
django-debug-toolbar
tblib
ipdb
mypy
mypy-extensions
djangorestframework-stubs
django-stubs
freezegun
packaging
black
isort