0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 17:24:15 +01:00
posthog/requirements-dev.in
Marius Andra 67453e5a88
feat(data-exploration): data exploration backend API with types (#13933)
* feat(data-exploration): backend json schema validation

* Update snapshots

* Update snapshots

* Update snapshots

* Update snapshots

* Update snapshots

* Update snapshots

* Update snapshots

* Update snapshots

* refactor

* switch to pydantic

* split into v2 events list query

* add backend query endpoint

* Update snapshots

* make events query work

* bring back HogQLExpression, inline all __root__ only classes in python, remove timestamp in old events query

* Update snapshots

* Update snapshots

* schema and mypy

* Update snapshots

* Update snapshots

* restore /fake/ orderBy (only "timestamp" and "-timestamp" are supported)

* Update snapshots

* Update snapshots

* Update snapshots

* raise if invalid json

* Update snapshots

* remove __root__ hack

* improve comments, in and out of quotes

* shrug

* future proofing

* comment

* rename to "run_events_query"

* simplify

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-27 15:30:28 +01:00

49 lines
1.1 KiB
Plaintext

# In order to add, delete or modify a dependency, please update
# the reference here and then run:
#
# - `pip-compile --rebuild requirements.in`
# - `pip-compile --rebuild 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==5.0.4
flake8-bugbear==22.8.23
flake8-colors==0.1.9
flake8-comprehensions==3.10.0
flake8-import-order==0.18.1
flake8-logging-format==0.7.5
flake8-print==5.0.0
pip-tools==6.6.2
mypy==0.931
mypy-extensions==0.4.3
datamodel-code-generator==0.16.1
djangorestframework-stubs==1.4.0
django-stubs==1.8.0
fakeredis==1.9.1
freezegun==1.2.2
packaging==21.3
black==22.8.0
types-markdown==3.3.9
types-PyYAML==6.0.1
types-freezegun==1.1.3
types-python-dateutil==2.8.3
types-pytz==2021.3.2
types-redis==4.3.20
types-requests==2.26.1
isort==5.2.2
pytest==6.2.2
pytest-django==4.1.0
pytest-env==0.6.2
pytest-icdiff==0.5
pytest-mock==3.5.1
pytest-cov==2.12.1
pytest-split==0.6.0
pytest-watch==4.2.0
syrupy==1.4.6
flaky==3.7.0