Python install package version based on another package version

43 views Asked by At

How can I do something like the following in my requirements.in?

package_1; package_2==specific_version

What I would like to install is the version of package_1 that requires as dependency a particular version of package_2.

0

There are 0 answers