Community & Support: LinkedIn Group · Slack #project-nest
Active project leaders: Arkadii Yakovets -- GitHub · LinkedIn · Slack; Kate Golovanova -- GitHub · LinkedIn · Slack
Contributing · Code of Conduct · GSoC Mentors
Is your feature request related to a problem? Please describe.
At the moment , there is no poetry.toml file to configure poetry behaviour locally. docker sets POETRY_VIRTUAL_ENVS_IN_PROJECT=true in local dockerfile for backend
I suggest to add the config file to maintain consistency .
Describe the solution you'd like
- Add poetry.toml file
- Configure it to have venv inside project dir
This would help in
- easy to deal with project specific config
- Make setups reproducible for teams
Are you going to work on implementing this?
Community & Support: LinkedIn Group · Slack #project-nest
Active project leaders: Arkadii Yakovets -- GitHub · LinkedIn · Slack; Kate Golovanova -- GitHub · LinkedIn · Slack
Contributing · Code of Conduct · GSoC Mentors
Is your feature request related to a problem? Please describe.
At the moment , there is no poetry.toml file to configure poetry behaviour locally. docker sets
POETRY_VIRTUAL_ENVS_IN_PROJECT=truein local dockerfile for backendI suggest to add the config file to maintain consistency .
Describe the solution you'd like
This would help in
Are you going to work on implementing this?