Feature Request
Tools like airflow has some constraints that need be respected, for example, when are adding dependencies in a docker image.
This project could add constraints that accept a list of FQDN with all constraints. For example:
contrains = [
"https://github.com/apache/airflow/constraints-1.10.12/constraints-3.7.txt",
"file://{CWD}/constraints.txt"
]
Feature Request
Tools like airflow has some constraints that need be respected, for example, when are adding dependencies in a docker image.
This project could add
constraintsthat accept a list of FQDN with all constraints. For example: