Skip to content

Commit

Permalink
Install future from my fork with Python 3.12 patches
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Jan 21, 2024
1 parent 30a6aab commit 4eb94cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/util/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4eb94cd

Please sign in to comment.