moving requirements files to a directory that corresponds with the virtualenv name
This commit is contained in:
86
requirements/edx/base.txt
Normal file
86
requirements/edx/base.txt
Normal file
@@ -0,0 +1,86 @@
|
||||
-r repo.txt
|
||||
|
||||
beautifulsoup4==4.1.3
|
||||
beautifulsoup==3.2.1
|
||||
boto==2.6.0
|
||||
distribute==0.6.28
|
||||
django-celery==3.0.11
|
||||
django-countries==1.5
|
||||
django-followit==0.0.3
|
||||
django-keyedcache==1.4-6
|
||||
django-kombu==0.9.4
|
||||
django-mako==0.1.5pre
|
||||
django-masquerade==0.1.6
|
||||
django-mptt==0.5.5
|
||||
django-openid-auth==0.4
|
||||
django-robots==0.9.1
|
||||
django-sekizai==0.6.1
|
||||
django-ses==0.4.1
|
||||
django-storages==1.1.5
|
||||
django-threaded-multihost==1.4-1
|
||||
django==1.4.3
|
||||
feedparser==5.1.3
|
||||
fs==0.4.0
|
||||
GitPython==0.3.2.RC1
|
||||
glob2==0.3
|
||||
lxml==3.0.1
|
||||
mako==0.7.3
|
||||
Markdown==2.2.1
|
||||
networkx==1.7
|
||||
nltk==2.0.4
|
||||
numpy==1.6.2
|
||||
paramiko==1.9.0
|
||||
path.py==3.0.1
|
||||
Pillow==1.7.8
|
||||
pip
|
||||
polib==1.0.3
|
||||
pygments==1.5
|
||||
pygraphviz==1.1
|
||||
pymongo==2.4.1
|
||||
python-memcached==1.48
|
||||
python-openid==2.2.5
|
||||
pytz==2012h
|
||||
PyYAML==3.10
|
||||
requests==0.14.2
|
||||
Shapely==1.2.16
|
||||
sorl-thumbnail==11.12
|
||||
South==0.7.6
|
||||
sympy==0.7.1
|
||||
xmltodict==0.4.1
|
||||
|
||||
# Used for debugging
|
||||
ipython==0.13.1
|
||||
|
||||
# Used for development operation
|
||||
watchdog==0.6.0
|
||||
|
||||
# Metrics gathering and monitoring
|
||||
dogapi==1.2.1
|
||||
dogstatsd-python==0.2.1
|
||||
newrelic==1.8.0.13
|
||||
|
||||
# Used for documentation gathering
|
||||
sphinx==1.1.3
|
||||
|
||||
# Used for Internationalization and localization
|
||||
Babel==0.9.6
|
||||
transifex-client==0.8
|
||||
|
||||
# Used for testing
|
||||
coverage==3.6
|
||||
factory_boy==2.0.2
|
||||
lettuce==0.2.16
|
||||
mock==0.8.0
|
||||
nosexcover==1.0.7
|
||||
pep8==1.4.5
|
||||
rednose==0.3
|
||||
selenium==2.31.0
|
||||
splinter==0.5.0
|
||||
django_nose==1.1
|
||||
django-jasmine==0.3.2
|
||||
django_debug_toolbar
|
||||
django-debug-toolbar-mongo
|
||||
|
||||
# Install pylint from a specific commit on trunk
|
||||
# to get the fix for this issue: http://www.logilab.org/ticket/122793
|
||||
https://bitbucket.org/logilab/pylint/get/e828cb5.zip
|
||||
12
requirements/edx/github.txt
Normal file
12
requirements/edx/github.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
# Python libraries to install directly from github
|
||||
|
||||
# Third-party:
|
||||
-e git://github.com/edx/django-staticfiles.git@6d2504e5c8#egg=django-staticfiles
|
||||
-e git://github.com/edx/django-pipeline.git#egg=django-pipeline
|
||||
-e git://github.com/edx/django-wiki.git@e2e84558#egg=django-wiki
|
||||
-e git://github.com/dementrock/pystache_custom.git@776973740bdaad83a3b029f96e415a7d1e8bec2f#egg=pystache_custom-dev
|
||||
-e git://github.com/eventbrite/zendesk.git@d53fe0e81b623f084e91776bcf6369f8b7b63879#egg=zendesk
|
||||
|
||||
# Our libraries:
|
||||
-e git+https://github.com/edx/XBlock.git@483e0cb1#egg=XBlock
|
||||
-e git+https://github.com/edx/codejail.git@94dc7ce#egg=codejail
|
||||
6
requirements/edx/local.txt
Normal file
6
requirements/edx/local.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
# Python libraries to install that are local to the mitx repo
|
||||
-e common/lib/calc
|
||||
-e common/lib/capa
|
||||
-e common/lib/chem
|
||||
-e common/lib/xmodule
|
||||
-e .
|
||||
6
requirements/edx/post.txt
Normal file
6
requirements/edx/post.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
# This must be installed after distribute 0.6.28
|
||||
MySQL-python==1.2.4c1
|
||||
|
||||
# This must be installed after numpy
|
||||
scipy==0.11.0
|
||||
2
requirements/edx/repo.txt
Normal file
2
requirements/edx/repo.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
-r github.txt
|
||||
-r local.txt
|
||||
Reference in New Issue
Block a user