Skip to content

Commit fbe7f0c

Browse files
committed
Add Flask as a dependency
1 parent 7bf23a7 commit fbe7f0c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ fysom>=2.1.2
33
opentracing>=1.2.1
44
basictracer>=2.2.0
55
autowrapt>=1.0
6+
flask>=0.12.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
packages=find_packages(exclude=['tests', 'examples']),
1212
long_description="The instana package provides Python metrics and traces for Instana.",
1313
zip_safe=False,
14-
setup_requires=['nose>=1.0'],
14+
setup_requires=['nose>=1.0', 'flask>=0.12.2'],
1515
install_requires=['autowrapt>=1.0',
1616
'fysom>=2.1.2',
1717
'opentracing>=1.2.1,<1.3',

0 commit comments

Comments
 (0)