generated from geoadmin/template-service-flask
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
34 lines (30 loc) · 801 Bytes
/
Pipfile
File metadata and controls
34 lines (30 loc) · 801 Bytes
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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
boto3 = "~=1.40"
logging-utilities = "~=5.3"
Flask = "~=3.1"
gevent = "~=25.8"
gunicorn = "~=23.0"
PyYAML = "~=6.0"
python-dotenv = "~=1.1"
validators = "==0.35"
nanoid = "~=2.0"
opentelemetry-sdk = "~=1.37"
opentelemetry-exporter-otlp = "~=1.37"
opentelemetry-instrumentation = "*"
# Specific OpenTelemetry instrumentation libraries used to instrument this app
# Full list or a subset of libraries listed by 'edot-bootstrap --action=requirements'
opentelemetry-instrumentation-botocore = "*"
opentelemetry-instrumentation-flask = "*"
opentelemetry-instrumentation-logging = "*"
[dev-packages]
yapf = "~=0.43"
moto = "~=5.1"
nose2 = "*"
pylint = "*"
pylint-flask = "*"
[requires]
python_version = "3.13"