scaffold oauth client
This commit is contained in:
3
requirements/latest-psa.txt
Normal file
3
requirements/latest-psa.txt
Normal file
@ -0,0 +1,3 @@
|
||||
# Latest Python Social Auth
|
||||
social-auth-app-django
|
||||
social-auth-core
|
3
requirements/stable-psa.txt
Normal file
3
requirements/stable-psa.txt
Normal 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
5
requirements/test.txt
Normal file
@ -0,0 +1,5 @@
|
||||
# Packages for testing
|
||||
pytest==7.1.1
|
||||
httpretty==1.1.4
|
||||
pycodestyle==2.8.0
|
||||
-e .
|
Reference in New Issue
Block a user