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

Streamline dependency management #138

Open
NMertsch opened this issue Jun 22, 2024 · 1 comment
Open

Streamline dependency management #138

NMertsch opened this issue Jun 22, 2024 · 1 comment

Comments

@NMertsch
Copy link
Contributor

Currently, this project uses pipenv.

Maybe this is a personal skill issue, but at least half of the time I spent contributing to this project was spent fighting with pipenv. Other contributors also mentioned that pipenv is causing major trouble for them.

@NMertsch NMertsch self-assigned this Jun 22, 2024
@egeakman
Copy link
Member

egeakman commented Jun 22, 2024

Yep, I am one of those contributors. It makes the setup harder for me, and I manually install all the packages using my preferred env manager.

I think it would be better if we used plain pip-tools, or make this an installable package. Both of these let you install the deps to your preferred environment.

Big ➕1️⃣ from me to change pipenv to something else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants