-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprod.txt
49 lines (36 loc) · 779 Bytes
/
prod.txt
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
# Everything needed in production
# Flask
click>=7.0
Flask==2.3.2
Werkzeug==2.3.4
# Deployment
gevent==22.10.2
gunicorn>=19.9.0
supervisor==4.2.5
# Flask Static Digest
Flask-Static-Digest==0.4.0
# Caching
Flask-Caching>=2.0.2
# Debug toolbar
Flask-DebugToolbar==0.13.1
# Environment variable parsing
environs==9.5.0
requests==2.31.0
#uptrace==1.17.1
itsdangerous==2.1.2
# Loki
python-logging-loki
# Sentry-sdk
sentry-sdk==1.23.0
# Newrelic
newrelic
# Testando o OpenTelemetry
# https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/wsgi/wsgi.html
opentelemetry-api
opentelemetry-sdk
opentelemetry-distro
# opentelemetry-instrumentation
opentelemetry-exporter-otlp
#opentelemetry-instrumentation-flask
opentelemetry-instrumentation-wsgi
grpcio