-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Describe the feature you'd like
You depend on almost two year old docker-compose version (as an optional dependency). I.e. you depend on 1.29.2, but there is 2.15.1 This old dependency itself has version constraints on other packages such as jsonschema
. My project (and/or its dependencies) depend on newer versions of jsonschema
and hence I can't resolve the dependencies in my project.
How would this feature be used? Please describe.
Make it easier for users to resolve their dependencies.
Describe alternatives you've considered
Not making docker-compose a requirement in my poetry setup and install ad-hoc with pip install
. This may cause unexpected conflicts.
Additional context
The use of docker-compose
seems very limited in this repo and hence an upgrade and potential adaption effort would be low.