Replies: 1 comment 1 reply
-
Maybe, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My pyproject.toml file looks like this.
For production environment I use:
poetry install --only main
For development environment I use:
poetry install
However, poetry installs psycopg[c] and psycopg[binary] in the development environment. How can I get it to install only psycopg[binary] in the development environment?
Beta Was this translation helpful? Give feedback.
All reactions