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

feat: make requirements.txt for extensions optional #744

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

toabctl
Copy link
Member

@toabctl toabctl commented Nov 1, 2024

There are multiple ways within python to declare dependencies (eg. via pyproject.toml, setup.py or setup.cfg). Requiring a requirements.txt file in a specific path doesn't work for a lot of projects out there so make the requirements.txt file optional.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Nov 1, 2024
@toabctl toabctl force-pushed the main-optional-requirementstxt branch from 1092c92 to 95b61fc Compare November 1, 2024 12:48
There are multiple ways within python to declare dependencies (eg. via
pyproject.toml, setup.py or setup.cfg). Requiring a requirements.txt
file in a specific path doesn't work for a lot of projects out there
so make the requirements.txt file optional.
@toabctl toabctl force-pushed the main-optional-requirementstxt branch from 95b61fc to 7189de7 Compare November 1, 2024 13:05
@toabctl
Copy link
Member Author

toabctl commented Nov 13, 2024

Is that something you would consider to be merged? I'm happy to fix CI & linters if this is wanted.

@toabctl
Copy link
Member Author

toabctl commented Nov 26, 2024

friendly ping...

@tigarmo
Copy link
Collaborator

tigarmo commented Nov 26, 2024

The 12-factor extensions are fairly opinionated by design. We discussed this internally and the decision at this moment is to keep the extensions as they are, with the current set of restrictions.

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

Successfully merging this pull request may close these issues.

2 participants