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

Support foreign folders for requirements_out and constraints_out #25

Open
rnixx opened this issue Jan 31, 2023 · 0 comments
Open

Support foreign folders for requirements_out and constraints_out #25

rnixx opened this issue Jan 31, 2023 · 0 comments

Comments

@rnixx
Copy link
Member

rnixx commented Jan 31, 2023

Currently generated requirements and constraints files are expected in the same folder as the in-files.

Support foreign folders by using os.path.relpath for target file path generation.

This also requires parsing entries in requirements-in file and modifying the install target if it points to a path, which might be the most tricky part when adding this feature.

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

No branches or pull requests

1 participant