From d37c2844b5deb3f9c4a09c33ab23a96dbca91fd0 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Thu, 22 Feb 2024 13:51:12 +0000 Subject: [PATCH] Install `future` from PyPI again now that 1.0.0 has been released with Python 3.12 support from my fork. --- packages/util/setup.cfg | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/util/setup.cfg b/packages/util/setup.cfg index e7b174ffbfc5..485149c7b0cd 100644 --- a/packages/util/setup.cfg +++ b/packages/util/setup.cfg @@ -52,7 +52,7 @@ jstree = dictobj template = Cheetah3!=3.2.6.post2 - future @ git+https://github.com/nsoranzo/python-future.git@python312-imp-module_past + future>=1.0.0 [options.packages.find] exclude = diff --git a/pyproject.toml b/pyproject.toml index 34faa14f63e6..ac8fc88c9522 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dparse = "*" edam-ontology = "*" fastapi = ">=0.108" fs = "*" -future = { git = "https://github.com/nsoranzo/python-future.git", branch = "python312-imp-module_past" } +future = ">=1.0.0" # Python 3.12 support galaxy_sequence_utils = "*" graphene-sqlalchemy = "3.0.0rc1" # need a beta release to be compat. with starlette plugin gravity = ">=1.0.4"