mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Disallow schema-salad 8.3.20220721194857
due to https://github.com/common-workflow-language/schema_salad/issues/575 . It has been yanked, but poetry still doesn't support PEP-592 https://github.com/python-poetry/poetry/issues/2453 .
This commit is contained in:
@@ -91,6 +91,7 @@ PyYAML = "*"
|
||||
refgenconf = ">=0.12.0"
|
||||
requests = "*"
|
||||
Routes = "*"
|
||||
schema-salad = "!=8.3.20220721194857" # https://github.com/common-workflow-language/schema_salad/issues/575
|
||||
social-auth-core = {version = "==4.0.3", extras = ["openidconnect"]}
|
||||
sortedcontainers = "*"
|
||||
SQLAlchemy = ">=1.4.25,<2"
|
||||
|
||||
Reference in New Issue
Block a user