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:
Nicola Soranzo
2022-07-27 12:23:59 +01:00
parent 0c9b5c517e
commit d26196d4e3
+1
View File
@@ -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"