at master 856 B view raw
1diff --git a/invocations/packaging/release.py b/invocations/packaging/release.py 2index 54322c3..81ac173 100644 3--- a/invocations/packaging/release.py 4+++ b/invocations/packaging/release.py 5@@ -23,7 +23,7 @@ from shutil import rmtree 6 7 from invoke.vendor.lexicon import Lexicon 8 9-from blessings import Terminal 10+from blessed import Terminal 11 from docutils.utils import Reporter 12 from enum import Enum 13 from invoke import Collection, task, Exit 14diff --git a/setup.py b/setup.py 15index 78ae28b..c78a74c 100644 16--- a/setup.py 17+++ b/setup.py 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 21 # obtain them. 22- "blessings>=1.6", 23+ "blessed", 24 "releases>=1.6", 25 "semantic_version>=2.4,<2.7", 26 "tabulate>=0.7.5",