[00:05:12] <gp> Is it possible to use a remote constraints file?
[00:32:25] <gp> figured that one out ... trial by fire. messed up the syntax the first time =)
[00:46:16] <gp> but I did hit a curious problem - trying to use a common constraints file on several related apps - trying to pip install . fails because the package is listed in the constraints file: ERROR: Could not satisfy constraints for ... installation from path or url cannot be constrained to a version
[00:49:22] <gp> is there a way to tell pip to ignore the constraints file for the main package I am installing?
[21:41:02] <ngoldbaum> i wonder if "twine check" or something like that could at least warn about this issue, seems like something that would be annoying to debug