1 diff --git a/invocations/packaging/release.py b/invocations/packaging/release.py
2 index 54322c3..81ac173 100644
3 --- a/invocations/packaging/release.py
4 +++ b/invocations/packaging/release.py
5 @@ -23,7 +23,7 @@ from shutil import rmtree
7 from invoke.vendor.lexicon import Lexicon
9 -from blessings import Terminal
10 +from blessed import Terminal
11 from docutils.utils import Reporter
13 from invoke import Collection, task, Exit
14 diff --git a/setup.py b/setup.py
15 index 78ae28b..c78a74c 100644
18 @@ -16,7 +16,7 @@ requirements = [
19 # time if missing), but that got hairy fast, and these are all
20 # pure-Python packages, so it shouldn't be a huge burden for users to
25 "semantic_version>=2.4,<2.7",