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

Match pyup config to admin and API #239

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

Match pyup config to admin and API #239

wants to merge 1 commit into from

Conversation

quis
Copy link
Member

@quis quis commented Jun 4, 2024

In most of our apps (for example admin and api) we have PyUp configured to look at requirements.in and requirements_for_test.txt

This means we’ll only get warnings about direct dependencies (the ones we specify).

In document-download-api we specify requirements.txt as well, meaning we also get warnings about indirect dependencies.

This commit makes document download consistent with the admin and API apps to reduce the amount of noise.

Also worth noting that requirements-dev.txt and requirements-app.txt no longer exist.


🚨⚠️ This will be deployed automatically all the way to production when you click merge ⚠️🚨

For more information, including how to check this deployment on preview or staging first before it goes to production, see our team wiki section on deployment

In most of our apps (for example admin and api) we have PyUp configured to look at `requirements.in` and `requirements_for_test.txt` 

This means we’ll only get warnings about direct dependencies (the ones we specify).

In document-download-api we specify `requirements.txt` as well, meaning we also get warnings about indirect dependencies.

This commit makes document download consistent with the admin and API apps to reduce the amount of noise.

Also worth noting that `requirements-dev.txt` and `requirements-app.txt` no longer exist.
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