From 4eb94cde5ff53323c125a20dc247fdca748027a6 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Sat, 20 Jan 2024 22:17:15 +0000 Subject: [PATCH] Install `future` from my fork with Python 3.12 patches --- 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 39708d11975a..2517964f026b 100644 --- a/packages/util/setup.cfg +++ b/packages/util/setup.cfg @@ -51,7 +51,7 @@ jstree = dictobj template = Cheetah3!=3.2.6.post2 - future + future @ git+https://github.com/nsoranzo/python-future.git@python312-imp-module_past [options.packages.find] exclude = diff --git a/pyproject.toml b/pyproject.toml index 719823435444..a960a5f375bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dparse = "*" edam-ontology = "*" fastapi = ">=0.108" fs = "*" -future = "*" +future = { git = "https://github.com/nsoranzo/python-future.git", branch = "python312-imp-module_past" } galaxy_sequence_utils = "*" graphene-sqlalchemy = "3.0.0rc1" # need a beta release to be compat. with starlette plugin gravity = ">=1.0.4"