I did a tiny bit of browsing and didn't see what I...
# general
h
I did a tiny bit of browsing and didn't see what I needed. Is there a way to include architecture constraints for
generate-lockfiles
? For an example,
generate-lockfiles
found psycard==2.0.4 for me, but
export
was unhappy because that release doesn't have a supported linux option. While I can fix this manually in
requirements.txt
, I'm wondering if there's a more robust way to feed architecture constraints in ahead of time.