0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00
posthog/requirements-dev.txt
James Greenhill 7ac64c84f1
Basic caching for Clickhouse to redis (#2300)
* 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
2020-11-13 13:20:00 +01:00

51 lines
2.4 KiB
Plaintext

#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile requirements-dev.in
#
appdirs==1.4.4 # via black
asgiref==3.2.7 # via django
attrs==19.3.0 # via black, flake8-bugbear
black==19.10b0 # via -r requirements-dev.in
click==7.1.1 # via black, pip-tools
django-debug-toolbar==2.2 # via -r requirements-dev.in
django-stubs==1.5.0 # via -r requirements-dev.in, djangorestframework-stubs
django==3.0.6 # via django-debug-toolbar, django-stubs
djangorestframework-stubs==1.1.0 # via -r requirements-dev.in
entrypoints==0.3 # via flake8
fakeredis==1.4.4 # via -r requirements-dev.in
flake8-bugbear==20.1.4 # via -r requirements-dev.in
flake8-colors==0.1.6 # via -r requirements-dev.in
flake8-commas==2.0.0 # via -r requirements-dev.in
flake8-comprehensions==3.2.2 # via -r requirements-dev.in
flake8-import-order==0.18.1 # via -r requirements-dev.in
flake8-logging-format==0.6.0 # via -r requirements-dev.in
flake8-print==3.1.4 # via -r requirements-dev.in
flake8==3.7.9 # via -r requirements-dev.in, flake8-bugbear, flake8-colors, flake8-commas, flake8-comprehensions, flake8-print
freezegun==0.3.15 # via -r requirements-dev.in
isort==5.2.2 # via -r requirements-dev.in
mccabe==0.6.1 # via flake8
mypy-extensions==0.4.3 # via -r requirements-dev.in, mypy
mypy==0.770 # via -r requirements-dev.in, django-stubs, djangorestframework-stubs
packaging==20.4 # via -r requirements-dev.in
pathspec==0.8.0 # via black
pip-tools==5.0.0 # via -r requirements-dev.in
pycodestyle==2.5.0 # via flake8, flake8-import-order, flake8-print
pyflakes==2.1.1 # via flake8
pyparsing==2.4.7 # via packaging
python-dateutil==2.8.1 # via freezegun
pytz==2020.1 # via django
redis==3.5.3 # via fakeredis
regex==2020.6.8 # via black
six==1.14.0 # via fakeredis, flake8-print, freezegun, packaging, pip-tools, python-dateutil
sortedcontainers==2.3.0 # via fakeredis
sqlparse==0.3.1 # via django, django-debug-toolbar
toml==0.10.1 # via black
typed-ast==1.4.1 # via black, mypy
typing-extensions==3.7.4.2 # via django-stubs, djangorestframework-stubs, mypy
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools