diff --git a/setup.py b/setup.py index 5f3ef2b..17b84c1 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ "Programming Language :: Python :: 3.5", ], install_requires=[ - "Flask==0.11.1", # BSD + "Flask==1.0", # BSD "PyYAML>=3.10.0", # MIT "jsonschema>=2.0.0,!=2.5.0,<3.0.0", # MIT "six>=1.9.0", # MIT