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 7bf23a7 commit fbe7f0cCopy full SHA for fbe7f0c
requirements.txt
@@ -3,3 +3,4 @@ fysom>=2.1.2
3
opentracing>=1.2.1
4
basictracer>=2.2.0
5
autowrapt>=1.0
6
+flask>=0.12.2
setup.py
@@ -11,7 +11,7 @@
11
packages=find_packages(exclude=['tests', 'examples']),
12
long_description="The instana package provides Python metrics and traces for Instana.",
13
zip_safe=False,
14
- setup_requires=['nose>=1.0'],
+ setup_requires=['nose>=1.0', 'flask>=0.12.2'],
15
install_requires=['autowrapt>=1.0',
16
'fysom>=2.1.2',
17
'opentracing>=1.2.1,<1.3',
0 commit comments