high-yak-85899
01/27/2022, 6:03 AMrequirements.txt
that come from a repository? It seems the python_requirement
target happily consumes these, but I got an error when pants was resolving my constraints.txt
generated by pip-compile
.high-yak-85899
01/27/2022, 6:04 AMDEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier.
high-yak-85899
01/27/2022, 6:05 AMsome-package@ <git+ssh://git@github.com/source/some_package.git@abcdefg>
high-yak-85899
01/27/2022, 6:06 AMconstraints.txt
anyway so I might add a separate parser to go in and cut those lines in the script used to generate this file.hundreds-father-404
01/27/2022, 2:21 PMconstraints.txt
. The upcoming lockfile revamp will switch from constraints.txt to first-class lockfiles (via Pex), which will soon-ish have first-class support for locking VCS requirements: https://github.com/pantsbuild/pex/issues/1556high-yak-85899
01/27/2022, 5:06 PM