-
Notifications
You must be signed in to change notification settings - Fork 35
/
setup.cfg
52 lines (49 loc) · 1.43 KB
/
setup.cfg
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
[metadata]
name = osprofiler
summary = OpenStack Profiler Library
description_file =
README.rst
author = OpenStack
author_email = [email protected]
home_page = https://docs.openstack.org/osprofiler/latest/
python_requires = >=3.8
classifier =
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
[files]
packages =
osprofiler
[extras]
elasticsearch =
elasticsearch>=2.0.0 # Apache-2.0
jaeger =
jaeger-client>=3.8.0 # Apache-2.0
messaging =
oslo.messaging>=14.1.0 # Apache-2.0
mongo =
pymongo!=3.1,>=3.0.2 # Apache-2.0
otlp =
opentelemetry-exporter-otlp>=1.16.0 #Apache-2.0
opentelemetry-sdk>=1.16.0 # Apache-2.0
redis =
redis>=2.10.0 # MIT
sqlalchemy =
SQLAlchemy>=1.4.0 # MIT
[entry_points]
oslo.config.opts =
osprofiler = osprofiler.opts:list_opts
console_scripts =
osprofiler = osprofiler.cmd.shell:main
paste.filter_factory =
osprofiler = osprofiler.web:WsgiMiddleware.factory