mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-03 04:10:48 +08:00

Co-authored-by: Aaron Abbott <aaronabbott@google.com> Co-authored-by: alrex <aboten@lightstep.com>
36 lines
942 B
Plaintext
36 lines
942 B
Plaintext
sphinx~=2.4
|
|
sphinx-rtd-theme~=0.4
|
|
sphinx-autodoc-typehints~=1.10.2
|
|
|
|
# Need to install the api/sdk in the venv for autodoc. Modifying sys.path
|
|
# doesn't work for pkg_resources.
|
|
-e "git+https://github.com/open-telemetry/opentelemetry-python.git#egg=opentelemetry-api&subdirectory=opentelemetry-api"
|
|
-e "git+https://github.com/open-telemetry/opentelemetry-python.git#egg=opentelemetry-sdk&subdirectory=opentelemetry-sdk"
|
|
|
|
# Required by opentelemetry-instrumentation
|
|
fastapi~=0.58.1
|
|
psutil~=5.7.0
|
|
pymemcache~=1.3
|
|
|
|
-e "git+https://github.com/open-telemetry/opentelemetry-python.git#egg=opentelemetry-instrumentation&subdirectory=opentelemetry-instrumentation"
|
|
|
|
# Required by conf
|
|
django>=2.2
|
|
|
|
# Required by instrumentation packages
|
|
aiohttp~=3.0
|
|
aiopg>=0.13.0
|
|
asyncpg>=0.12.0
|
|
boto~=2.0
|
|
botocore~=1.0
|
|
celery>=4.0
|
|
flask~=1.0
|
|
grpcio~=1.27
|
|
mysql-connector-python~=8.0
|
|
pymongo~=3.1
|
|
PyMySQL~=0.9.3
|
|
pyramid>=1.7
|
|
redis>=2.6
|
|
sqlalchemy>=1.0
|
|
ddtrace>=0.34.0
|