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
69c1b899
Commit
69c1b899
authored
Apr 28, 2014
by
Muhammad Ammar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix paver python prereq paths
parent
4800811f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
pavelib/prereqs.py
+2
-0
requirements/edx/base.txt
+0
-2
requirements/edx/repo.txt
+0
-2
No files found.
pavelib/prereqs.py
View file @
69c1b899
...
...
@@ -13,6 +13,8 @@ PREREQS_MD5_DIR = os.getenv('PREREQ_CACHE_DIR', Env.REPO_ROOT / '.prereqs_cache'
NPM_REGISTRY
=
"http://registry.npmjs.org/"
PYTHON_REQ_FILES
=
[
'requirements/edx/pre.txt'
,
'requirements/edx/github.txt'
,
'requirements/edx/local.txt'
,
'requirements/edx/base.txt'
,
'requirements/edx/post.txt'
,
]
...
...
requirements/edx/base.txt
View file @
69c1b899
...
...
@@ -4,8 +4,6 @@
# * @jtauber - to check licensing
# * One of @e0d, @jarv, or @feanil - to check system requirements
-r repo.txt
beautifulsoup4==4.1.3
beautifulsoup==3.2.1
bleach==1.4
...
...
requirements/edx/repo.txt
deleted
100644 → 0
View file @
4800811f
-r github.txt
-r local.txt
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