Skip to content

Commit d86e764

Browse files
committed
requirements: add requests-oauthlib
We are installing requests-oauthlib as a transitive dependency of django-allauth. However, we are importing it directly, so we should declare it as our own dependency.
1 parent ecda33f commit d86e764

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements/pip.txt

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ celery==5.1.2
4242
# ``account/base.html`` -- you will need to check your templates and likely
4343
# override ``account/base.html`` within your project.
4444
django-allauth==0.42.0 # pyup: ignore
45+
requests-oauthlib==1.3.0
4546

4647
# GitPython >3.1.18 drops support for python 3.6.
4748
GitPython==3.1.18 # pyup: ignore

0 commit comments

Comments
 (0)