mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Install future from my fork with Python 3.12 patches
This commit is contained in:
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user