-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathrequirements.in
More file actions
55 lines (47 loc) · 1.8 KB
/
Copy pathrequirements.in
File metadata and controls
55 lines (47 loc) · 1.8 KB
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
52
53
54
55
# Run `make freeze-requirements` to update requirements.txt
# with package version changes made in requirements.in
celery[sqs]==5.6.3
# Pin kombu to merge of PR #2342 (SQS fair queue / MessageGroupId support) until kombu 5.7 is released
kombu @ git+https://github.com/celery/kombu.git@860e40a6c904c4d8551577d9f4e8c00f03b6e06c
Flask-Bcrypt~=1.0
flask-marshmallow~=1.4
Flask-Migrate~=4.1
flask-sqlalchemy~=3.1
click-datetime~=0.2
gunicorn[eventlet]~=25.1
eventlet~=0.41.0
jsonschema[format]~=4.23
marshmallow-sqlalchemy~=1.4
marshmallow~=4.2
psycopg2-binary~=2.9
SQLAlchemy~=2.0
pyorc~=0.10
# temporary for debug output
psutil~=6.0
notifications-python-client~=12.1
# Run `make bump-utils` to update to the latest version
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@119.0.0
git+https://github.com/alphagov/gds_metrics_python.git@6f1840a57b6fb1ee40b7e84f2f18ec229de8aa72
sentry-sdk[flask,celery,sqlalchemy]~=1.45
wheel>=0.46.2 # Can be removed after merge of https://github.com/click-contrib/click-datetime/pull/13
opentelemetry-distro[otlp]
opentelemetry-instrumentation-asyncio
opentelemetry-instrumentation-dbapi
opentelemetry-instrumentation-logging
opentelemetry-instrumentation-sqlite3
opentelemetry-instrumentation-threading
opentelemetry-instrumentation-urllib
opentelemetry-instrumentation-wsgi
opentelemetry-instrumentation-boto3sqs
opentelemetry-instrumentation-botocore
opentelemetry-instrumentation-celery
opentelemetry-instrumentation-click
opentelemetry-instrumentation-flask
opentelemetry-instrumentation-grpc
opentelemetry-instrumentation-jinja2
opentelemetry-instrumentation-psycopg2
opentelemetry-instrumentation-redis
opentelemetry-instrumentation-requests
opentelemetry-instrumentation-sqlalchemy
opentelemetry-instrumentation-system-metrics
opentelemetry-instrumentation-urllib3