0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-25 11:17:50 +01:00
posthog/requirements.in

70 lines
1.6 KiB
Plaintext
Raw Normal View History

2022-02-17 10:54:48 +01:00
# 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`
#
django-rest-hooks@ git+https://github.com/zapier/django-rest-hooks.git@v1.6.0
amqp==2.5.2
2021-07-20 12:09:12 +02:00
asgiref==3.3.2
aioch==0.0.2
boto3==1.21.29
celery==4.4.2
celery-redbeat==2.0.0
2021-06-14 09:54:36 +02:00
clickhouse-driver==0.2.1
clickhouse-pool==0.5.3
dataclasses_json==0.5.7
defusedxml==0.6.0
dj-database-url==0.5.0
Django==3.2.13
django-axes==5.9.0
django-cors-headers==3.5.0
django-deprecate-fields==0.1.1
django-extensions==3.1.2
django-filter==2.4.0
django-loginas==0.3.9
django-picklefield==3.0.1
django-redis==4.12.1
django-statsd==2.5.2
django-structlog==2.1.3
djangorestframework==3.12.2
djangorestframework-csv==2.1.0
djangorestframework-dataclasses==1.1.1
2022-03-18 10:45:17 +01:00
dnspython==2.2.1
drf-exceptions-hog==0.2.0
drf-extensions==0.7.0
drf-spectacular==0.21.1
gunicorn==20.1.0
grpcio==1.33.1
idna==2.8
importlib-metadata==1.6.0
infi-clickhouse-orm@ git+https://github.com/PostHog/infi.clickhouse_orm@37722f350f3b449bbcd6564917c436b0d93e796f
kafka-python==2.0.2
kafka-helper==0.2
kombu==4.6.8
lzstring==1.0.4
numpy==1.21.4
parso==0.8.1
pexpect==4.7.0
pickleshare==0.7.5
posthoganalytics==1.4.9
protobuf==3.13.0
psycopg2-binary==2.8.6
python-dateutil==2.8.1
python3-saml==1.12.0
pytz==2021.1
ratelimit==2.2.1
redis==3.4.1
requests==2.25.1
requests-oauthlib==1.3.0
selenium==4.1.5
sentry-sdk==1.3.1
semantic_version==2.8.5
2021-08-20 19:01:33 +02:00
social-auth-app-django==5.0.0
social-auth-core==4.1.0
2021-08-27 16:20:49 +02:00
statshog==1.0.6
toronado==0.1.0
webdriver_manager==3.5.4
whitenoise==5.2.0
feat(demo): Rework demo data generation system (#7889) * Rework demo data generation system * Fix `setup_dev` and `posthog-foss` * Keep old demo data generators to reduce hassle * Move to Hoglify concept * Separate new generator from old version * Fix issues * Rework simulation structure * Restore package.json * Reformat `requirements` * Fix signup button margin * Refactor things * Remove snapshots * Strip old stuff * Rearrange more * Fix bad imports * Add simulation scaffolding * Add `dry_run_matrix` command * Fix determinism * Update naming * Update dry_run_matrix.py * Model web client, add sessions, enable full-cluster simulation * Update flake8 config * Ignore T001 violation * Fix saving data * Instrument `set_project_up` more * Add demo cohorts, feature flag, experiment * Parametrize `start` and `end` in `simulate_matrix` * Add neighbor effects * Add more events * Allow silencing events in `simulate_matrix` * Improve effect scheduling and add more activities * Fix time measurement * Disallow creating extra orgs for demo users * Add more useful info to `simulate_matrix` output * Add super properties, refine world * Fix first-seen moment * `create_event` to Kafka if possible for speed * Alias `$distinct_id` to `distinct_id` in `keyMapping` * Extend simulation to 120 days * Fix experiment instrumentation * Fix some error message * Fix experiment flag * Increase number of demo sim clusters * Fix typing * Remove unused agent actions * Support Python 3.8 * Avoid `Union[Team, int]` * Fix an arg * Remove dodgy alias
2022-05-17 22:23:11 +02:00
mimesis==5.2.1