Install future from my fork with Python 3.12 patches

This commit is contained in:
Nicola Soranzo
2024-01-21 11:57:58 +00:00
parent 30a6aab6c9
commit 4eb94cde5f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 =
+1 -1
View File
@@ -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"