scaffold oauth client

This commit is contained in:
lpm0073
2022-10-03 11:46:35 -05:00
commit e418438f51
12 changed files with 310 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# Latest Python Social Auth
social-auth-app-django
social-auth-core

View File

@ -0,0 +1,3 @@
# Stable Python Social Auth, found in Open edX Nutmeg
social-auth-app-django==5.0.0
social-auth-core==4.2.0

5
requirements/test.txt Normal file
View File

@ -0,0 +1,5 @@
# Packages for testing
pytest==7.1.1
httpretty==1.1.4
pycodestyle==2.8.0
-e .