forked from loafle/openapi-generator-original
[python][flask] specify flask version 1.1.2 (#9471)
This commit is contained in:
parent
f9cd80deed
commit
44efb7a3f6
@ -22,3 +22,4 @@ typing >= 3.5.2.2
|
|||||||
pyyaml < 5.3; python_version<="2.7"
|
pyyaml < 5.3; python_version<="2.7"
|
||||||
{{/supportPython2}}
|
{{/supportPython2}}
|
||||||
setuptools >= 21.0.0
|
setuptools >= 21.0.0
|
||||||
|
Flask == 1.1.2
|
||||||
|
@ -8,3 +8,4 @@ werkzeug == 0.16.1; python_version=="3.5" or python_version=="3.4"
|
|||||||
swagger-ui-bundle >= 0.0.2
|
swagger-ui-bundle >= 0.0.2
|
||||||
python_dateutil >= 2.6.0
|
python_dateutil >= 2.6.0
|
||||||
setuptools >= 21.0.0
|
setuptools >= 21.0.0
|
||||||
|
Flask == 1.1.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user