mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-28 18:26:15 +01:00
457e151f58
* Refactor column_optimizer to work differently * WIP: Use counter over set * Handle person filters in person query * Remove a dead argument * Use enum over parameter for determining behavior * Allow excluding person properties mode when handled in person query * Fix _get_person_query type * Use correct table for funnel_event_query * Remove unneeded override * Add extra typing * Filter by entity.properties in person query for trends * Handle error 184 due to naming clash * Better default for prop_filter_json_extract * Update column_optimizer tests for Counter * Handle person_props as extra_fields * Handle breakdowns and person property filter pushdown * Transform values correctly * Simplify get_entity_filtering_params * Fix funnel correlations * Solve caching issues in trend people queries * Remove @skip test * Add syrupy tests for parse_prop_clauses Can update these via --snapshot-update * Add snapshot tests for person queries * Add a few notes * Update test to avoid collision * Kill dead code * Handle PR comments * Update ee/clickhouse/queries/person_query.py Co-authored-by: Neil Kakkar <neilkakkar@gmail.com> Co-authored-by: Neil Kakkar <neilkakkar@gmail.com>
32 lines
611 B
Plaintext
32 lines
611 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
|
|
mypy-extensions
|
|
djangorestframework-stubs
|
|
django-stubs
|
|
fakeredis
|
|
freezegun
|
|
packaging
|
|
black
|
|
isort
|
|
pytest
|
|
pytest-django
|
|
pytest-mock
|
|
pytest-cov
|
|
syrupy
|