mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
requirements: Add back future.
It happens that commonmark, python-jose, and python-twitter don’t actually use future on Python 3, and moto uses aws-xray-sdk in such a way that it doesn’t use future, but this was a weird game to be playing just to remove one dependency, and it caused CI failures after new releases of future, so let’s just include it. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
a94b04dede
commit
dfd9ace7fa
@@ -26,4 +26,4 @@ LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/03/01/zulip-2-0-relea
|
||||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = '58.1'
|
||||
PROVISION_VERSION = '58.2'
|
||||
|
||||
Reference in New Issue
Block a user