Skip to content

Commit

Permalink
Merge pull request #3487 from edx/ammar/fix-paver-python-prereq-paths
Browse files Browse the repository at this point in the history
Fix paver python prereq paths
  • Loading branch information
muhammad-ammar committed May 28, 2014
2 parents 1208f27 + 69c1b89 commit 8809c5f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions pavelib/prereqs.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
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',
]
Expand Down
2 changes: 0 additions & 2 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions requirements/edx/repo.txt

This file was deleted.

0 comments on commit 8809c5f

Please sign in to comment.