Skip to content

Commit d699bd6

Browse files
committed
Remove psutil from dependencies.
1 parent 737ef80 commit d699bd6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ nose>=1.0
22
fysom>=2.1.2
33
opentracing>=1.2.1
44
basictracer>=2.2.0
5-
psutil>=5.1.3
65
autowrapt>=1.0

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
install_requires=['autowrapt>=1.0',
1616
'fysom>=2.1.2',
1717
'opentracing>=1.2.1,<1.3',
18-
'basictracer>=2.2.0',
19-
'psutil>=5.1.3'],
18+
'basictracer>=2.2.0'],
2019
entry_points={'django': ['django.core.handlers.base = instana.django:hook'],
2120
'django19': ['django.core.handlers.base = instana.django19:hook'],
2221
'flask': ['flask = instana.flaskana:hook'],

0 commit comments

Comments
 (0)