Skip to content

Commit 2cb8406

Browse files
author
Robin Peters
committed
Homogenize required Flask version
1 parent c76a76b commit 2cb8406

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Flask==0.12.2
1+
Flask>=0.10.1

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
author_email='[email protected]',
1919
packages=find_packages(),
2020
install_requires=[
21-
'Flask==0.10.1'
21+
'Flask>=0.10.1'
2222
],
2323
keywords='HTTP Server-Timing for Python Flask',
2424
url='https://github.com/PammyS/server-timing-profiler',
@@ -32,4 +32,4 @@
3232
classifiers=[
3333
'Programming Language :: Python :: 2.7',
3434
],
35-
)
35+
)

0 commit comments

Comments
 (0)