You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2022. It is now read-only.
Running pypi2nix -V "3.5" -e 'psycopg2==2.6.1' runs to completion, with no errors, and a 0 exit code, but produces an empty requirements_gerated.txt. The solution is to add -E postgresql, since it is a build time dependency.