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
Uh oh!
There was an error while loading. Please reload this page.
-
My pyproject.toml file looks like this.
For production environment I use:
poetry install --only mainFor development environment I use:
poetry installHowever, 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