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
fca207d4
Commit
fca207d4
authored
Sep 18, 2015
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add requirements files that can be used with package monitorig tool.
parent
56fd445f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
requirements/monitoring/requirements.txt
+16
-0
requirements/monitoring/sandbox-requirements.txt
+8
-0
No files found.
requirements/monitoring/requirements.txt
0 → 100644
View file @
fca207d4
# This requirements.txt file is meant to pull in other requirements.txt files so that
# dependency monitoring tools like gemnasium.com can easily process them.
# It can not be used to do the full installation because it is not in the correct
# order.
-r ../edx/development.txt
# Requirements for the web application
-r ../edx/pre.txt
-r ../edx/base.txt
-r ../edx/local.txt
-r ../edx/github.txt
-r ../edx/edx-private.txt
-r ../edx/paver.txt
-r ../edx/post.txt
requirements/monitoring/sandbox-requirements.txt
0 → 100644
View file @
fca207d4
# This requirements.txt file is meant to pull in other requirements.txt files so that
# dependency monitoring tools like gemnasium.com can easily process them.
# Requirements for code sandboxes
-r ../edx-sandbox/base.txt
-r ../edx-sandbox/local.txt
-r ../edx-sandbox/post.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