We are excited to announce the release of: futurist 2.1.0: Useful additions to futures, from the future. This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/futurist Download the package from: https://pypi.org/project/futurist Please report issues through: https://bugs.launchpad.net/futurist/+bugs For more details, please see below. 2.1.0 ^^^^^ Upgrade Notes * The "PrettyTable" dependency has been made optional, as it is only used in the *Periodics.pformat* method. If the use of that method is important, users should depend on "PrettyTable" directly. Changes in futurist 2.0.0..2.1.0 -------------------------------- 79f240b Make PrettyTable optional Diffstat (except docs and test files) ------------------------------------- futurist/periodics.py | 16 +++++++++++++--- .../notes/prettytable-optional-2c9198a9250427b6.yaml | 7 +++++++ requirements.txt | 1 - test-requirements.txt | 1 + 4 files changed, 21 insertions(+), 4 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9387b04..a072ac0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +6,0 @@ six>=1.10.0 # MIT -PrettyTable<0.8,>=0.7.1 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 8e848c3..59345ba 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16,0 +17 @@ testtools>=2.2.0 # MIT +PrettyTable<0.8,>=0.7.1 # BSD
participants (1)
-
no-reply@openstack.org