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

Remove requests-oauthlib dependency from API #2895

Closed
sarayourfriend opened this issue Aug 25, 2023 · 0 comments · Fixed by #3018
Closed

Remove requests-oauthlib dependency from API #2895

sarayourfriend opened this issue Aug 25, 2023 · 0 comments · Fixed by #3018
Assignees
Labels
💻 aspect: code Concerns the software code in the repository dependencies Pull requests that update a dependency file 🧰 goal: internal improvement Improvement that benefits maintainers, not users help wanted Open to participation from the community 🟨 priority: medium Not blocking but should be addressed soon 🧱 stack: api Related to the Django API 🐍 tech: python Involves Python

Comments

@sarayourfriend
Copy link
Collaborator

Problem

requests-oauthlib is installed in the API dependencies, but is not used by the API.

Note: it is used by the catalogue! Do not remove it from there, only remove it from the API!

Description

Remove the dependency from api/pipfile and run pipenv install in api directory.

Confirm tests pass by running the following from repository root:

$ just dc build web
$ just api/test
@sarayourfriend sarayourfriend added help wanted Open to participation from the community 🟨 priority: medium Not blocking but should be addressed soon 💻 aspect: code Concerns the software code in the repository dependencies Pull requests that update a dependency file 🧰 goal: internal improvement Improvement that benefits maintainers, not users 🐍 tech: python Involves Python 🧱 stack: api Related to the Django API labels Aug 25, 2023
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Openverse Backlog Aug 25, 2023
@AetherUnbound AetherUnbound moved this from 📋 Backlog to 📅 To do in Openverse Backlog Aug 29, 2023
@rwidom rwidom self-assigned this Sep 12, 2023
@github-project-automation github-project-automation bot moved this from 📅 To do to ✅ Done in Openverse Backlog Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻 aspect: code Concerns the software code in the repository dependencies Pull requests that update a dependency file 🧰 goal: internal improvement Improvement that benefits maintainers, not users help wanted Open to participation from the community 🟨 priority: medium Not blocking but should be addressed soon 🧱 stack: api Related to the Django API 🐍 tech: python Involves Python
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants