mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 09:14:46 +01:00
7ac64c84f1
* Basic caching for Clickhouse to redis * Use redis for caching results * add tests and fix bugs * fix mypy * add fakeredis as req * add fakeredis to github action for testing * add fakeredis to cloud tests too * pickle -> json * bytes * json in tests * tuplefy
22 lines
295 B
Plaintext
22 lines
295 B
Plaintext
# 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
|
|
mypy
|
|
mypy-extensions
|
|
djangorestframework-stubs
|
|
django-stubs
|
|
fakeredis
|
|
freezegun
|
|
packaging
|
|
black
|
|
isort
|