Skip to content

Commit

Permalink
Pin gevent and greenlet versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jkfran committed Sep 22, 2020
1 parent 6fdf4de commit 97fcd46
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.6.4 (2020-09-22)

### Added
Pin gevent to version 20.6.2
Pin greenlet to version 0.4.16

# 0.6.3 (2020-05-27)

### Added
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="canonicalwebteam.flask-base",
version="0.6.3",
version="0.6.4",
description=(
"Flask extension that applies common configurations"
"to all of webteam's flask apps."
Expand All @@ -20,7 +20,8 @@
install_requires=[
"canonicalwebteam.yaml-responses[flask] (>=1,<2)",
"flask (>=1,<2)",
"gevent==20.6.1",
"gevent==20.6.2",
"greenlet==0.4.16",
"talisker[gunicorn,gevent,flask,prometheus,raven] (>=0.18)",
"Werkzeug (>=0.15,<0.16)",
],
Expand Down

0 comments on commit 97fcd46

Please sign in to comment.