Remove requests-oauthlib
dependency from API
#2895
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
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 runpipenv install
inapi
directory.Confirm tests pass by running the following from repository root:
The text was updated successfully, but these errors were encountered: