Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
219b7f75
Commit
219b7f75
authored
9 years ago
by
Clinton Blackburn
Browse files
Options
Downloads
Plain Diff
Merge pull request #11432 from edx/clintonb/oauth-client-credentials
Updated django-oauth2-provider
parents
5d0ed333
e92802b3
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
pavelib/prereqs.py
+5
-0
5 additions, 0 deletions
pavelib/prereqs.py
requirements/edx/base.txt
+2
-0
2 additions, 0 deletions
requirements/edx/base.txt
requirements/edx/github.txt
+0
-2
0 additions, 2 deletions
requirements/edx/github.txt
with
7 additions
and
2 deletions
pavelib/prereqs.py
+
5
−
0
View file @
219b7f75
...
...
@@ -194,6 +194,11 @@ def uninstall_python_packages():
sh
(
"
pip uninstall --disable-pip-version-check -y django-storages
"
)
uninstalled
=
True
# Uninstall django-oauth2-provider
if
any
(
"
django-oauth2-provider==
"
in
line
for
line
in
frozen
):
sh
(
"
pip uninstall --disable-pip-version-check -y django-oauth2-provider
"
)
uninstalled
=
True
if
not
uninstalled
:
break
else
:
...
...
This diff is collapsed.
Click to expand it.
requirements/edx/base.txt
+
2
−
0
View file @
219b7f75
...
...
@@ -34,6 +34,8 @@ django-method-override==0.1.0
git+https://github.com/edx/django-rest-framework.git@3c72cb5ee5baebc4328947371195eae2077197b0#egg=djangorestframework==3.2.3
django==1.8.9
djangorestframework-jwt==1.7.2
edx-django-oauth2-provider==0.5.0
edx-oauth2-provider==0.5.9
edx-opaque-keys==0.2.1
edx-organizations==0.3.1
edx-rest-api-client==1.2.1
...
...
This diff is collapsed.
Click to expand it.
requirements/edx/github.txt
+
0
−
2
View file @
219b7f75
...
...
@@ -46,7 +46,6 @@
# Third-party:
-e git+https://github.com/cyberdelia/django-pipeline.git@1.5.3#egg=django-pipeline
git+https://github.com/edx/django-wiki.git@v0.0.5#egg=django-wiki==0.0.5
-e git+https://github.com/edx/django-oauth2-provider.git@0.2.7-fork-edx-6a#egg=django-oauth2-provider==0.2.7-fork-edx-6
git+https://github.com/edx/django-openid-auth.git@0.8#egg=django-openid-auth==0.8
-e git+https://github.com/edx/django-rest-framework-oauth.git@f0b503fda8c254a38f97fef802ded4f5fe367f7a#egg=djangorestframework-oauth==1.0.1
git+https://github.com/edx/MongoDBProxy.git@25b99097615bda06bd7cdfe5669ed80dc2a7fed0#egg=MongoDBProxy==0.1.0
...
...
@@ -82,7 +81,6 @@ git+https://github.com/edx/XBlock.git@xblock-0.4.4#egg=XBlock==0.4.4
-e git+https://github.com/edx/edx-submissions.git@0.1.3#egg=edx-submissions==0.1.3
git+https://github.com/edx/ease.git@release-2015-07-14#egg=ease==0.1.3
git+https://github.com/edx/i18n-tools.git@v0.2#egg=i18n-tools==v0.2
git+https://github.com/edx/edx-oauth2-provider.git@0.5.8#egg=edx-oauth2-provider==0.5.8
git+https://github.com/edx/edx-val.git@0.0.9#egg=edxval==0.0.9
-e git+https://github.com/pmitros/RecommenderXBlock.git@518234bc354edbfc2651b9e534ddb54f96080779#egg=recommender-xblock
-e git+https://github.com/pmitros/RateXBlock.git@367e19c0f6eac8a5f002fd0f1559555f8e74bfff#egg=rate-xblock
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment