We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737ef80 commit d699bd6Copy full SHA for d699bd6
requirements.txt
@@ -2,5 +2,4 @@ nose>=1.0
2
fysom>=2.1.2
3
opentracing>=1.2.1
4
basictracer>=2.2.0
5
-psutil>=5.1.3
6
autowrapt>=1.0
setup.py
@@ -15,8 +15,7 @@
15
install_requires=['autowrapt>=1.0',
16
'fysom>=2.1.2',
17
'opentracing>=1.2.1,<1.3',
18
- 'basictracer>=2.2.0',
19
- 'psutil>=5.1.3'],
+ 'basictracer>=2.2.0'],
20
entry_points={'django': ['django.core.handlers.base = instana.django:hook'],
21
'django19': ['django.core.handlers.base = instana.django19:hook'],
22
'flask': ['flask = instana.flaskana:hook'],
0 commit comments