Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid duplicating dependencies in requirements.txt and setup.cfg #70

Open
zivnevo opened this issue Jul 9, 2024 · 0 comments
Open

Avoid duplicating dependencies in requirements.txt and setup.cfg #70

zivnevo opened this issue Jul 9, 2024 · 0 comments
Labels
dependencies Pull requests that update a dependency file low prio python Pull requests that update Python code

Comments

@zivnevo
Copy link
Member

zivnevo commented Jul 9, 2024

While working without requirements.txt might be possible under plain Python, it seems to have more disadvantages than advantages:

  • PyCharm doesn't recognize dependencies
  • Cannot use caching in setup-python GitHub Action
  • Dockerfile becomes more complex
  • Running pip install . also creates build artifacts, developers don't really need

We probably need the aid of a package manager, such as Poetry

@zivnevo zivnevo added dependencies Pull requests that update a dependency file python Pull requests that update Python code low prio labels Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file low prio python Pull requests that update Python code
Projects
None yet
Development

No branches or pull requests

1 participant