Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit dd8dd65

Browse files
c24treyang
authored andcommitted
Remove webapp2 (#393)
1 parent 3037e68 commit dd8dd65

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

README.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,10 @@ For Django, you can configure the blacklist in the ``OPENCENSUS_PARAMS`` in ``se
239239
Framework Integration
240240
---------------------
241241

242-
Census supports integration with popular web frameworks including
243-
Django, Flask, Pyramid, and Webapp2. When the application receives a HTTP request,
244-
the tracer will automatically generate a span context using the trace
245-
information extracted from the request headers and propagated to the
246-
child spans.
242+
Census supports integration with popular web frameworks including Django,
243+
Flask, and Pyramid. When the application receives a HTTP request, the tracer
244+
will automatically generate a span context using the trace information
245+
extracted from the request headers and propagated to the child spans.
247246

248247
Flask
249248
~~~~~

docs/trace/usage.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,10 @@ For Django, you can configure the blacklist in the ``OPENCENSUS_PARAMS`` in ``se
182182
Framework Integration
183183
---------------------
184184

185-
Census supports integration with popular web frameworks including
186-
Django, Flask, Pyramid, and Webapp2. When the application receives a HTTP request,
187-
the tracer will automatically generate a span context using the trace
188-
information extracted from the request headers, and propagated to the
189-
child spans.
185+
Census supports integration with popular web frameworks including Django,
186+
Flask, and Pyramid. When the application receives a HTTP request, the tracer
187+
will automatically generate a span context using the trace information
188+
extracted from the request headers, and propagated to the child spans.
190189

191190
Flask
192191
~~~~~

requirements-test.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ pytest==3.2.2
1212
pytest-cov==2.5.1
1313
retrying==1.3.3
1414
SQLAlchemy==1.1.14
15-
webapp2==2.5.2
1615
WebOb==1.7.3
1716
wrapt==1.10.11
1817
thrift==0.10.0

0 commit comments

Comments
 (0)