Skip to content

Commit

Permalink
Merge pull request #178 from adamchel/fix-werkzeug-dep
Browse files Browse the repository at this point in the history
Pin werkzeug to v1.0.1
  • Loading branch information
logandk authored Jun 1, 2021
2 parents a1a1c55 + cc3b214 commit 227566f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
werkzeug
werkzeug==1.0.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
long_description_content_type="text/markdown",
url="https://github.com/logandk/serverless-wsgi",
py_modules=["serverless_wsgi"],
install_requires=["werkzeug"],
install_requires=["werkzeug==1.0.1"],
classifiers=(
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 2",
Expand Down

0 comments on commit 227566f

Please sign in to comment.