2020-04-01 15:15:15 +03:00
|
|
|
# Packages that are shared between deployment and dev environments.
|
|
|
|
gunicorn==20.0.4
|
|
|
|
whitenoise[brotli]==5.0.1
|
|
|
|
|
|
|
|
# Used by Whitenoise to provide Brotli-compressed versions of static files.
|
2020-06-15 20:45:11 +03:00
|
|
|
Django==3.0.7
|
2020-06-17 18:36:22 +03:00
|
|
|
celery==4.4.2 # 4.4.2 required to pass test_retryable_task_throws_retry, celery needed for data ingestion
|
2020-04-01 15:15:15 +03:00
|
|
|
simplejson==3.17.0
|
|
|
|
newrelic==5.2.1.129
|
|
|
|
|
|
|
|
# Required by Django
|
2020-04-07 21:40:36 +03:00
|
|
|
mysqlclient==1.4.6 # Not imported directly
|
2020-04-01 15:15:15 +03:00
|
|
|
|
|
|
|
# Required by mozlog
|
|
|
|
jsonschema==3.0.1
|
2020-04-07 21:40:36 +03:00
|
|
|
djangorestframework==3.11.0 # Imported as rest_framework
|
|
|
|
django-cors-headers==3.2.1 # Listed as 3rd party app on settings.py
|
2020-04-11 02:45:27 +03:00
|
|
|
mozlog
|
2020-04-01 15:15:15 +03:00
|
|
|
|
2020-04-07 21:40:36 +03:00
|
|
|
coreapi==2.3.3 # Probably not needed anymore
|
2020-04-01 15:15:15 +03:00
|
|
|
|
|
|
|
# Used directly and also by Django's YAML serializer.
|
2020-04-11 02:45:27 +03:00
|
|
|
PyYAML # Imported as yaml
|
2020-04-07 21:40:36 +03:00
|
|
|
django-environ==0.4.5 # Imported as environ
|
2020-04-01 15:15:15 +03:00
|
|
|
|
2020-04-07 21:40:36 +03:00
|
|
|
python-dateutil
|
|
|
|
django-filter # Listed in DEFAULT_FILTER_BACKENDS on settings.py
|
|
|
|
django-redis # Listed in CACHES on settings.py
|
2020-04-01 15:15:15 +03:00
|
|
|
|
2020-04-11 02:45:27 +03:00
|
|
|
taskcluster # import taskcluster
|
|
|
|
typing # from typing import ...
|
|
|
|
python-jose[pycryptodome] # from jose import jwt
|
2020-04-01 15:15:15 +03:00
|
|
|
|
2020-04-07 21:40:36 +03:00
|
|
|
furl==2.1.0 # Imported as furl
|
|
|
|
first # Imported as first
|
2020-04-22 23:31:05 +03:00
|
|
|
json-e # import jsone
|
2020-04-07 21:40:36 +03:00
|
|
|
django-cache-memoize==0.1.6 # Imported as cache_memoize
|
2020-04-01 15:15:15 +03:00
|
|
|
|
|
|
|
# Required for extraction to BigQuery
|
|
|
|
jx-bigquery
|
|
|
|
jx-mysql
|
|
|
|
mo-testing
|
2020-04-07 21:40:36 +03:00
|
|
|
|
2020-05-16 02:41:35 +03:00
|
|
|
# Required for Push Health
|
2020-06-17 18:36:22 +03:00
|
|
|
mozci
|
|
|
|
|