mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-02 19:47:17 +08:00

Now that SDK does not depend on opentelemetry-instrumentation anymore and opentelemetry-instrumentation has actual build time dependencies on the contrib repo, it makes maintanence a lot easier if we move opentelemetry-instrumentation to contrib repo. opentelemetry-distro depends on opentelemetry-instrumentation and is being moved as well. Neither of the two packages are really part of "core" Otel python anyway.
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
sphinx
|
|
sphinx-rtd-theme~=0.4
|
|
sphinx-autodoc-typehints
|
|
|
|
# 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-semantic-conventions&subdirectory=opentelemetry-semantic-conventions"
|
|
-e "git+https://github.com/open-telemetry/opentelemetry-python.git#egg=opentelemetry-sdk&subdirectory=opentelemetry-sdk"
|
|
-e "git+https://github.com/open-telemetry/opentelemetry-python-contrib.git#egg=opentelemetry-util-http&subdirectory=util/opentelemetry-util-http"
|
|
./opentelemetry-instrumentation
|
|
|
|
# Required by opentelemetry-instrumentation
|
|
fastapi>=0.65.2
|
|
psutil~=5.7.0
|
|
pymemcache~=1.3
|
|
|
|
# Required by conf
|
|
django>=2.2
|
|
|
|
# Required by instrumentation and exporter packages
|
|
aiohttp~=3.0
|
|
aiopg>=0.13.0,<1.3.0
|
|
asyncpg>=0.12.0
|
|
boto~=2.0
|
|
botocore~=1.0
|
|
celery>=4.0
|
|
flask~=1.0
|
|
falcon~=2.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
|
|
tornado>=6.0
|
|
ddtrace>=0.34.0
|
|
httpx~=0.18.0
|