-
Notifications
You must be signed in to change notification settings - Fork 365
/
Copy pathcommon.in
51 lines (39 loc) · 1.48 KB
/
common.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Packages that are shared between deployment and dev environments.
gunicorn==23.0.0
whitenoise[brotli]==6.9.0 # Used by Whitenoise to provide Brotli-compressed versions of static files.
Django==5.1.6
celery==5.4.0 # celery needed for data ingestion
cached-property==2.0.1 # needed for kombu with --require-hashes
simplejson==3.19.3 # import simplejson
newrelic==10.6.0
certifi==2025.1.31
psycopg2-binary==2.9.9
jsonschema==4.23.0 # import jsonschema
djangorestframework==3.15.2 # Imported as rest_framework
django-cors-headers==4.7.0 # Listed as 3rd party app on settings.py
mozlog==8.0.0
# Used directly and also by Django's YAML serializer.
PyYAML==6.0.2 # Imported as yaml
django-environ==0.12.0 # Imported as environ
uritemplate==4.1.1 # For OpenAPI schema
python-dateutil==2.9.0.post0
django-filter==24.3 # Listed in DEFAULT_FILTER_BACKENDS on settings.py
django-redis==5.4.0 # Listed in CACHES on settings.py
taskcluster==80.0.0 # import taskcluster
python-jose[pycryptodome]==3.3.0 # from jose import jwt
furl==2.1.3 # Imported as furl
first==2.0.2 # Imported as first
json-e==4.8.0 # import jsone
django-cache-memoize==0.2.1 # Imported as cache_memoize
# Required for Push Health
mozci[cache]==2.4.1
# Dockerflow/CloudOps APIs
dockerflow==2024.4.2
# Measuring noise of perf data
moz-measure-noise==2.70.0
# Used in the intermittents commenter
jinja2==3.1.5
# Client to publish runtime statistics to statsd
statsd==4.0.1
#installed for OpenAPI schema support
inflection==0.5.1