Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
6fef5697
Commit
6fef5697
authored
Mar 11, 2016
by
Clinton Blackburn
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11778 from edx/clintonb/update-requirements
Replaced Git requirements with PyPI
parents
08121570
9c90de65
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
requirements/edx/base.txt
+2
-0
requirements/edx/github.txt
+1
-3
No files found.
requirements/edx/base.txt
View file @
6fef5697
...
@@ -36,6 +36,7 @@ django==1.8.11
...
@@ -36,6 +36,7 @@ django==1.8.11
djangorestframework-jwt==1.7.2
djangorestframework-jwt==1.7.2
djangorestframework-oauth==1.1.0
djangorestframework-oauth==1.1.0
edx-django-oauth2-provider==0.5.0
edx-django-oauth2-provider==0.5.0
edx-lint==0.4.3
edx-oauth2-provider==0.5.9
edx-oauth2-provider==0.5.9
edx-opaque-keys==0.2.1
edx-opaque-keys==0.2.1
edx-organizations==0.4.0
edx-organizations==0.4.0
...
@@ -84,6 +85,7 @@ pysrt==0.4.7
...
@@ -84,6 +85,7 @@ pysrt==0.4.7
PyYAML==3.10
PyYAML==3.10
requests==2.7.0
requests==2.7.0
requests-oauthlib==0.4.1
requests-oauthlib==0.4.1
rfc6266==0.0.4
scipy==0.14.0
scipy==0.14.0
Shapely==1.2.16
Shapely==1.2.16
singledispatch==3.4.0.2
singledispatch==3.4.0.2
...
...
requirements/edx/github.txt
View file @
6fef5697
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
# Python libraries to install directly from github
# Python libraries to install directly from github
# Third-party:
# Third-party:
-e git+https://github.com/cyberdelia/django-pipeline.git@1.5.3#egg=django-pipeline
git+https://github.com/cyberdelia/django-pipeline.git@1.5.3#egg=django-pipeline==1.5.3
git+https://github.com/edx/django-wiki.git@v0.0.5#egg=django-wiki==0.0.5
git+https://github.com/edx/django-wiki.git@v0.0.5#egg=django-wiki==0.0.5
git+https://github.com/edx/django-openid-auth.git@0.8#egg=django-openid-auth==0.8
git+https://github.com/edx/django-openid-auth.git@0.8#egg=django-openid-auth==0.8
git+https://github.com/edx/MongoDBProxy.git@25b99097615bda06bd7cdfe5669ed80dc2a7fed0#egg=MongoDBProxy==0.1.0
git+https://github.com/edx/MongoDBProxy.git@25b99097615bda06bd7cdfe5669ed80dc2a7fed0#egg=MongoDBProxy==0.1.0
...
@@ -65,7 +65,6 @@ git+https://github.com/hmarr/django-debug-toolbar-mongo.git@b0686a76f1ce3532088c
...
@@ -65,7 +65,6 @@ git+https://github.com/hmarr/django-debug-toolbar-mongo.git@b0686a76f1ce3532088c
# custom opaque-key implementations for CCX
# custom opaque-key implementations for CCX
git+https://github.com/edx/ccx-keys.git@0.1.1#egg=ccx-keys==0.1.1
git+https://github.com/edx/ccx-keys.git@0.1.1#egg=ccx-keys==0.1.1
git+https://github.com/edx/rfc6266.git@v0.0.5-edx#egg=rfc6266==0.0.5-edx
# Used for testing
# Used for testing
git+https://github.com/edx/lettuce.git@0.2.20.002#egg=lettuce==0.2.20.002
git+https://github.com/edx/lettuce.git@0.2.20.002#egg=lettuce==0.2.20.002
...
@@ -85,7 +84,6 @@ git+https://github.com/edx/edx-val.git@0.0.9#egg=edxval==0.0.9
...
@@ -85,7 +84,6 @@ git+https://github.com/edx/edx-val.git@0.0.9#egg=edxval==0.0.9
-e git+https://github.com/pmitros/RateXBlock.git@367e19c0f6eac8a5f002fd0f1559555f8e74bfff#egg=rate-xblock
-e git+https://github.com/pmitros/RateXBlock.git@367e19c0f6eac8a5f002fd0f1559555f8e74bfff#egg=rate-xblock
-e git+https://github.com/pmitros/DoneXBlock.git@857bf365f19c904d7e48364428f6b93ff153fabd#egg=done-xblock
-e git+https://github.com/pmitros/DoneXBlock.git@857bf365f19c904d7e48364428f6b93ff153fabd#egg=done-xblock
git+https://github.com/edx/edx-milestones.git@v0.1.8#egg=edx-milestones==0.1.8
git+https://github.com/edx/edx-milestones.git@v0.1.8#egg=edx-milestones==0.1.8
git+https://github.com/edx/edx-lint.git@v0.4.2#egg=edx_lint==0.4.2
git+https://github.com/edx/xblock-utils.git@v1.0.2#egg=xblock-utils==1.0.2
git+https://github.com/edx/xblock-utils.git@v1.0.2#egg=xblock-utils==1.0.2
-e git+https://github.com/edx-solutions/xblock-google-drive.git@138e6fa0bf3a2013e904a085b9fed77dab7f3f21#egg=xblock-google-drive
-e git+https://github.com/edx-solutions/xblock-google-drive.git@138e6fa0bf3a2013e904a085b9fed77dab7f3f21#egg=xblock-google-drive
-e git+https://github.com/edx/edx-reverification-block.git@0.0.5#egg=edx-reverification-block==0.0.5
-e git+https://github.com/edx/edx-reverification-block.git@0.0.5#egg=edx-reverification-block==0.0.5
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment