Skip to content

Commit

Permalink
pin flask version (Azure#23755)
Browse files Browse the repository at this point in the history
* pin flask version

* add flask into dev req

* Update sdk/core/azure-core/dev_requirements.txt

Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>

* Update sdk/core/azure-core/tests/testserver_tests/coretestserver/setup.py

Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>
  • Loading branch information
xiangyan99 and scbedd authored Mar 31, 2022
1 parent e6cdd05 commit ed1f54e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
packages=find_packages(),
install_requires=[
"flask",
"flask==1.1.4",
"six>=1.11.0",
]
)

0 comments on commit ed1f54e

Please sign in to comment.