Skip to content

Fix requirements handling in setup.py #1

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

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

ccxcz
Copy link

@ccxcz ccxcz commented Feb 11, 2025

Makes setup.py use requirements files again instead of out of date manual list.
pkg_resources dependency is replaced by simple extraction of non-comment fields.
toml package dependency is also fixed.

Jan Pobrislo added 3 commits February 11, 2025 01:53
This reverts commit aea7853.
Instead of doing full parse of requirements and then stringifying them
again simply do the minimal processing of requirements files to extract
relevant parts of lines.
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

Successfully merging this pull request may close these issues.

1 participant