зеркало из https://github.com/mozilla/treeherder.git
50 строки
1.5 KiB
Plaintext
50 строки
1.5 KiB
Plaintext
# Packages that are shared between deployment and dev environments.
|
|
gunicorn==20.1.0
|
|
whitenoise[brotli]==6.5.0 # Used by Whitenoise to provide Brotli-compressed versions of static files.
|
|
Django==4.1.13
|
|
celery==5.3.1 # celery needed for data ingestion
|
|
cached-property==1.5.2 # needed for kombu with --require-hashes
|
|
simplejson==3.19.1 # import simplejson
|
|
newrelic==8.8.0
|
|
certifi==2023.5.7
|
|
|
|
mysqlclient==2.1.1 # Required by Django
|
|
psycopg2-binary==2.9.6
|
|
|
|
jsonschema==4.17.3 # import jsonschema
|
|
djangorestframework==3.14.0 # Imported as rest_framework
|
|
django-cors-headers==4.1.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 # Imported as yaml
|
|
django-environ==0.10.0 # Imported as environ
|
|
uritemplate==4.1.1 # For OpenAPI schema
|
|
|
|
python-dateutil==2.8.2
|
|
django-filter==23.2 # Listed in DEFAULT_FILTER_BACKENDS on settings.py
|
|
django-redis==5.3.0 # Listed in CACHES on settings.py
|
|
|
|
taskcluster==53.2.1 # 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.5.2 # import jsone
|
|
django-cache-memoize==0.1.10 # Imported as cache_memoize
|
|
|
|
# Required for Push Health
|
|
mozci[cache]==2.3.2
|
|
|
|
# Dockerflow/CloudOps APIs
|
|
dockerflow==2024.1.0
|
|
|
|
# Measuring noise of perf data
|
|
moz-measure-noise==2.60.1
|
|
|
|
# Used in the intermittents commenter
|
|
jinja2==3.1.2
|
|
|
|
# Client to publish runtime statistics to statsd
|
|
statsd==4.0.1
|