File tree Expand file tree Collapse file tree 5 files changed +12
-46
lines changed
Expand file tree Collapse file tree 5 files changed +12
-46
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,14 @@ sphinx-rtd-theme~=0.4
33sphinx-autodoc-typehints~=1.10.2
44
55# Required by ext packages
6- opentracing~=2.2.0
76Deprecated>=1.2.6
8- thrift>=0.10.0
9- pymongo~=3.1
7+ PyMySQL~=0.9.3
108flask~=1.0
11- mysql-connector-python ~= 8.0
12- wrapt >= 1.0.0, < 2.0.0
13- psycopg2-binary >= 2.7.3.1
14- prometheus_client >= 0.5.0, < 1.0.0
9+ mysql-connector-python~=8.0
10+ opentracing~=2.2.0
11+ prometheus_client>=0.5.0,<1.0.0
12+ psycopg2-binary>=2.7.3.1
13+ pymongo~=3.1
14+ redis>=2.6
15+ thrift>=0.10.0
16+ wrapt >=1.0.0,<2.0.0
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- .. include :: ../../../ext/opentelemetry-ext-grpc/README.rst
2-
3- Submodules
4- ----------
5-
6- .. toctree ::
7-
8- grpc.client_interceptor
9- grpc.server_interceptor
1+ OpenTelemetry gRPC Integration
2+ ==============================
103
114Module contents
125---------------
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -250,22 +250,7 @@ commands =
250250[testenv:docs]
251251deps =
252252 -c dev-requirements.txt
253- -c docs-requirements.txt
254- sphinx
255- sphinx-rtd-theme
256- sphinx-autodoc-typehints
257- # Required by ext packages
258- opentracing
259- Deprecated
260- thrift
261- pymongo
262- redis
263- flask
264- pymysql
265- mysql-connector-python
266- wrapt
267- psycopg2-binary
268- prometheus_client
253+ -r docs-requirements.txt
269254
270255changedir = docs
271256
You can’t perform that action at this time.
0 commit comments