update version to 0.17.dev0

This commit is contained in:
Alex Boten
2020-11-25 21:10:39 -08:00
parent 3e4c5d3aa3
commit bcec49cf2e
66 changed files with 138 additions and 138 deletions

View File

@ -46,7 +46,7 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
[options.extras_require] [options.extras_require]
test = test =

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -40,8 +40,8 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
ddtrace>=0.34.0 ddtrace>=0.34.0
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
opentelemetry-sdk == 0.16b0 opentelemetry-sdk == 0.17.dev0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -39,8 +39,8 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
opentelemetry-instrumentation == 0.16b0 opentelemetry-instrumentation == 0.17.dev0
aiohttp ~= 3.0 aiohttp ~= 3.0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -39,15 +39,15 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
opentelemetry-instrumentation-dbapi == 0.16b0 opentelemetry-instrumentation-dbapi == 0.17.dev0
opentelemetry-instrumentation == 0.16b0 opentelemetry-instrumentation == 0.17.dev0
aiopg >= 0.13.0 aiopg >= 0.13.0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.16b0 opentelemetry-test == 0.17.dev0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -39,8 +39,8 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
opentelemetry-instrumentation == 0.16b0 opentelemetry-instrumentation == 0.17.dev0
asgiref ~= 3.0 asgiref ~= 3.0
[options.extras_require] [options.extras_require]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -39,13 +39,13 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
opentelemetry-instrumentation == 0.16b0 opentelemetry-instrumentation == 0.17.dev0
asyncpg >= 0.12.0 asyncpg >= 0.12.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.16b0 opentelemetry-test == 0.17.dev0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -40,15 +40,15 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
boto ~= 2.0 boto ~= 2.0
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
opentelemetry-instrumentation == 0.16b0 opentelemetry-instrumentation == 0.17.dev0
opentelemetry-instrumentation-botocore == 0.16b0 opentelemetry-instrumentation-botocore == 0.17.dev0
[options.extras_require] [options.extras_require]
test = test =
boto~=2.0 boto~=2.0
moto~=1.0 moto~=1.0
opentelemetry-test == 0.16b0 opentelemetry-test == 0.17.dev0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -40,13 +40,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
botocore ~= 1.0 botocore ~= 1.0
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
opentelemetry-instrumentation == 0.16b0 opentelemetry-instrumentation == 0.17.dev0
[options.extras_require] [options.extras_require]
test = test =
moto ~= 1.0 moto ~= 1.0
opentelemetry-test == 0.16b0 opentelemetry-test == 0.17.dev0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -39,15 +39,15 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
opentelemetry-instrumentation == 0.16b0 opentelemetry-instrumentation == 0.17.dev0
celery ~= 4.0 celery ~= 4.0
[options.extras_require] [options.extras_require]
test = test =
pytest pytest
celery ~= 4.0 celery ~= 4.0
opentelemetry-test == 0.16b0 opentelemetry-test == 0.17.dev0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -39,13 +39,13 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
opentelemetry-instrumentation == 0.16b0 opentelemetry-instrumentation == 0.17.dev0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.16b0 opentelemetry-test == 0.17.dev0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -40,13 +40,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
django >= 1.10 django >= 1.10
opentelemetry-instrumentation-wsgi == 0.16b0 opentelemetry-instrumentation-wsgi == 0.17.dev0
opentelemetry-instrumentation == 0.16b0 opentelemetry-instrumentation == 0.17.dev0
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.16b0 opentelemetry-test == 0.17.dev0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -39,14 +39,14 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
opentelemetry-instrumentation == 0.16b0 opentelemetry-instrumentation == 0.17.dev0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
elasticsearch >= 2.0 elasticsearch >= 2.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.16b0 opentelemetry-test == 0.17.dev0
elasticsearch-dsl >= 2.0 elasticsearch-dsl >= 2.0
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -41,14 +41,14 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
falcon ~= 2.0 falcon ~= 2.0
opentelemetry-instrumentation-wsgi == 0.16b0 opentelemetry-instrumentation-wsgi == 0.17.dev0
opentelemetry-instrumentation == 0.16b0 opentelemetry-instrumentation == 0.17.dev0
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
[options.extras_require] [options.extras_require]
test = test =
falcon ~= 2.0 falcon ~= 2.0
opentelemetry-test == 0.16b0 opentelemetry-test == 0.17.dev0
parameterized == 0.7.4 parameterized == 0.7.4
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -38,8 +38,8 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
opentelemetry-instrumentation-asgi == 0.16b0 opentelemetry-instrumentation-asgi == 0.17.dev0
[options.entry_points] [options.entry_points]
opentelemetry_instrumentor = opentelemetry_instrumentor =
@ -47,7 +47,7 @@ opentelemetry_instrumentor =
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.16b0 opentelemetry-test == 0.17.dev0
fastapi ~= 0.58.1 fastapi ~= 0.58.1
requests ~= 2.23.0 # needed for testclient requests ~= 2.23.0 # needed for testclient

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -40,14 +40,14 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
flask ~= 1.0 flask ~= 1.0
opentelemetry-instrumentation-wsgi == 0.16b0 opentelemetry-instrumentation-wsgi == 0.17.dev0
opentelemetry-instrumentation == 0.16b0 opentelemetry-instrumentation == 0.17.dev0
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
[options.extras_require] [options.extras_require]
test = test =
flask~=1.0 flask~=1.0
opentelemetry-test == 0.16b0 opentelemetry-test == 0.17.dev0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -39,14 +39,14 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
opentelemetry-sdk == 0.16b0 opentelemetry-sdk == 0.17.dev0
grpcio ~= 1.27 grpcio ~= 1.27
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.16b0 opentelemetry-test == 0.17.dev0
opentelemetry-sdk == 0.16b0 opentelemetry-sdk == 0.17.dev0
protobuf >= 3.13.0 protobuf >= 3.13.0
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -38,14 +38,14 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
opentelemetry-instrumentation == 0.16b0 opentelemetry-instrumentation == 0.17.dev0
jinja2~=2.7 jinja2~=2.7
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.16b0 opentelemetry-test == 0.17.dev0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -39,15 +39,15 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
opentelemetry-instrumentation-dbapi == 0.16b0 opentelemetry-instrumentation-dbapi == 0.17.dev0
opentelemetry-instrumentation == 0.16b0 opentelemetry-instrumentation == 0.17.dev0
mysql-connector-python ~= 8.0 mysql-connector-python ~= 8.0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.16b0 opentelemetry-test == 0.17.dev0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -39,15 +39,15 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
opentelemetry-instrumentation-dbapi == 0.16b0 opentelemetry-instrumentation-dbapi == 0.17.dev0
opentelemetry-instrumentation == 0.16b0 opentelemetry-instrumentation == 0.17.dev0
psycopg2-binary >= 2.7.3.1 psycopg2-binary >= 2.7.3.1
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.16b0 opentelemetry-test == 0.17.dev0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -39,14 +39,14 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
opentelemetry-instrumentation == 0.16b0 opentelemetry-instrumentation == 0.17.dev0
pymemcache ~= 1.3 pymemcache ~= 1.3
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.16b0 opentelemetry-test == 0.17.dev0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -39,13 +39,13 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
opentelemetry-instrumentation == 0.16b0 opentelemetry-instrumentation == 0.17.dev0
pymongo ~= 3.1 pymongo ~= 3.1
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.16b0 opentelemetry-test == 0.17.dev0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -39,14 +39,14 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
opentelemetry-instrumentation-dbapi == 0.16b0 opentelemetry-instrumentation-dbapi == 0.17.dev0
opentelemetry-instrumentation == 0.16b0 opentelemetry-instrumentation == 0.17.dev0
PyMySQL ~= 0.10.1 PyMySQL ~= 0.10.1
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.16b0 opentelemetry-test == 0.17.dev0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -40,15 +40,15 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
pyramid >= 1.7 pyramid >= 1.7
opentelemetry-instrumentation == 0.16b0 opentelemetry-instrumentation == 0.17.dev0
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
opentelemetry-instrumentation-wsgi == 0.16b0 opentelemetry-instrumentation-wsgi == 0.17.dev0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
werkzeug == 0.16.1 werkzeug == 0.16.1
opentelemetry-test == 0.16b0 opentelemetry-test == 0.17.dev0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -39,15 +39,15 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
opentelemetry-instrumentation == 0.16b0 opentelemetry-instrumentation == 0.17.dev0
redis >= 2.6 redis >= 2.6
wrapt >= 1.12.1 wrapt >= 1.12.1
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.16b0 opentelemetry-test == 0.17.dev0
opentelemetry-sdk == 0.16b0 opentelemetry-sdk == 0.17.dev0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -39,13 +39,13 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
opentelemetry-instrumentation == 0.16b0 opentelemetry-instrumentation == 0.17.dev0
requests ~= 2.0 requests ~= 2.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.16b0 opentelemetry-test == 0.17.dev0
httpretty ~= 1.0 httpretty ~= 1.0
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -39,13 +39,13 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
opentelemetry-instrumentation == 0.16b0 opentelemetry-instrumentation == 0.17.dev0
scikit-learn ~= 0.22.0 scikit-learn ~= 0.22.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.16b0 opentelemetry-test == 0.17.dev0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -39,14 +39,14 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
opentelemetry-instrumentation == 0.16b0 opentelemetry-instrumentation == 0.17.dev0
wrapt >= 1.11.2 wrapt >= 1.11.2
sqlalchemy sqlalchemy
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-sdk == 0.16b0 opentelemetry-sdk == 0.17.dev0
pytest pytest
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -39,14 +39,14 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
opentelemetry-instrumentation-dbapi == 0.16b0 opentelemetry-instrumentation-dbapi == 0.17.dev0
opentelemetry-instrumentation == 0.16b0 opentelemetry-instrumentation == 0.17.dev0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.16b0 opentelemetry-test == 0.17.dev0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -38,8 +38,8 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
opentelemetry-instrumentation-asgi == 0.16b0 opentelemetry-instrumentation-asgi == 0.17.dev0
[options.entry_points] [options.entry_points]
opentelemetry_instrumentor = opentelemetry_instrumentor =
@ -47,7 +47,7 @@ opentelemetry_instrumentor =
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.16b0 opentelemetry-test == 0.17.dev0
starlette ~= 0.13.0 starlette ~= 0.13.0
requests ~= 2.23.0 # needed for testclient requests ~= 2.23.0 # needed for testclient

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -39,13 +39,13 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
opentelemetry-sdk == 0.16b0 opentelemetry-sdk == 0.17.dev0
psutil ~= 5.7.0 psutil ~= 5.7.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.16b0 opentelemetry-test == 0.17.dev0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -39,13 +39,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
tornado >= 6.0 tornado >= 6.0
opentelemetry-instrumentation == 0.16b0 opentelemetry-instrumentation == 0.17.dev0
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
[options.extras_require] [options.extras_require]
test = test =
tornado >= 6.0 tornado >= 6.0
opentelemetry-test == 0.16b0 opentelemetry-test == 0.17.dev0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -39,12 +39,12 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
opentelemetry-instrumentation == 0.16b0 opentelemetry-instrumentation == 0.17.dev0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.16b0 opentelemetry-test == 0.17.dev0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"

View File

@ -39,7 +39,7 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api == 0.16b0 opentelemetry-api == 0.17.dev0
[options.entry_points] [options.entry_points]
opentelemetry_propagator = opentelemetry_propagator =
@ -49,7 +49,7 @@ opentelemetry_ids_generator =
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test == 0.16b0 opentelemetry-test == 0.17.dev0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.16b0" __version__ = "0.17.dev0"