Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
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
f7ade340
Unverified
Commit
f7ade340
authored
7 years ago
by
Feanil Patel
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #17541 from edx/revert-17536-feanil/reduce_requirements_complexity
Revert "Reduce requirements complexity."
parents
481c0d05
0ca5cb9b
No related branches found
Branches containing commit
Tags
release-2018-06-01-10.30
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
requirements/edx/base.txt
+0
-2
0 additions, 2 deletions
requirements/edx/base.txt
requirements/edx/pre.txt
+8
-1
8 additions, 1 deletion
requirements/edx/pre.txt
with
8 additions
and
3 deletions
requirements/edx/base.txt
+
0
−
2
View file @
f7ade340
...
...
@@ -101,7 +101,6 @@ pyjwkest==1.3.2
# TODO Replace PyJWT usage with pyjwkest
PyJWT==1.4.0
pymongo==2.9.1
pyparsing==2.0.7
python-memcached==1.48
django-memcached-hashring==0.1.2
python-openid==2.2.5
...
...
@@ -114,7 +113,6 @@ PyYAML==3.12
requests-oauthlib==0.4.1
rules==1.1.1
s3transfer==0.1.12
numpy==1.6.2
scipy==0.14.0
Shapely==1.2.16
singledispatch==3.4.0.2
...
...
This diff is collapsed.
Click to expand it.
requirements/edx/pre.txt
+
8
−
1
View file @
f7ade340
...
...
@@ -4,4 +4,11 @@
# * @edx/ospr - to check licensing
# * @edx/devops - to check system requirements
# Empty file left here until all the places that expect it have been updated.
# Packaging pre-requisites.
pyparsing==2.0.7
setuptools==37.0.0
pip==9.0.1
# Numpy and scipy can't be installed in the same pip run.
# Install numpy before other things to help resolve the problem.
numpy==1.6.2
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