Commit Graph

85 Commits

Author SHA1 Message Date
Alexander Kryklia
30df77b9b2 added xmltodict to dependencies 2013-01-15 12:51:54 +02:00
John Jarvis
c7a00cd2ba pinning versions to what is currently on stage 2012-12-17 19:07:23 -05:00
David Ormsbee
eba4629f59 Our code breaks on requests >= 1.0, so locking in a version for dev 2012-12-17 13:35:33 -05:00
John Jarvis
8aebb14eea Adding ipython to requirements
We had this before as a python dependency but it was dropped
when we switched to virtual environments
2012-12-10 17:15:31 -05:00
Александр
7fcf04eaf5 add shapely 2012-11-27 14:37:57 +02:00
Victor Shnayder
27cffb9387 Update requirements.txt
Taking out MySQL-python for now because it requires mysql to be installed, so breaks updates on content folks' envs.
2012-11-07 11:39:42 -05:00
Александр
8d40b19c94 adde sphinx to pip req 2012-11-02 15:27:49 +02:00
Ashley Penney
ab57c7d759 Add MySQL-python to the requirements. 2012-10-30 14:32:50 -04:00
Vik Paruchuri
e02d8403e7 updated requirements 2012-10-23 09:25:08 -04:00
Piotr Mitros
97233cf00e Work-around for bug in pip lookup 2012-10-14 10:33:11 -04:00
Victor Shnayder
66604fd0b7 add nltk to requirements
- needed for chemical equation parsing, which is about to appear in capa
2012-10-08 16:44:36 -04:00
Chris Dodge
a92a4df1bc Add PIL (Python Image Library) to the requirements.txt file 2012-09-28 11:22:35 -04:00
Arjun Singh
02e076b725 adding pygraphviz 2012-08-28 05:49:36 -07:00
Bridger Maxwell
390823bdea Added django-wiki's requirements to requirements.txt, because they weren't being included automatically. 2012-08-22 11:37:01 -04:00
Calen Pennington
be94e176ff Add pytz to requirements 2012-08-21 16:29:47 -04:00
David Ormsbee
356fac144b Remove pystache in favor of our custom version 2012-08-20 18:04:37 -04:00
John Jarvis
bb80c66ed7 ensuring pystache>=0.5.2 2012-08-20 16:41:48 -04:00
John Jarvis
55251039d9 updating dependencies for pystache, networkx, graphviz and removing redundant dependency for django-staticfiles 2012-08-20 16:35:42 -04:00
John Jarvis
5f72e0c7a0 moving all requirements that use a repo to repo-requirements.txt including github requirements 2012-08-20 14:05:51 -04:00
David Ormsbee
e79d56376a Use -e in django-wiki requirement 2012-08-19 16:03:35 -04:00
Bridger Maxwell
24c0b5145d Updated django-wiki and plugin imports. 2012-08-19 14:41:49 -04:00
Bridger Maxwell
361e409d4e Got the tests passing! 2012-08-18 00:02:09 -04:00
Bridger Maxwell
68f3aabc15 Updated django-wiki requirement. 2012-08-17 17:42:23 -04:00
Bridger Maxwell
90eeaa0538 Updated django-wiki requirement. 2012-08-17 14:52:54 -04:00
Bridger Maxwell
385772373a Updated django-wiki requirement with fixed version. 2012-08-16 17:32:11 -04:00
Bridger Maxwell
337f109af7 Moved django-wiki submodule to be a pip install from git. 2012-08-16 10:54:34 -04:00
Bridger Maxwell
8fb83ee33c Added django-wiki as a submodule. 2012-08-15 23:01:06 -04:00
Bridger Maxwell
1f43ae6d3e Renamed namespace to wiki_slug in course_module.py. 2012-08-14 13:49:53 -04:00
Bridger Maxwell
45baccae85 Added a django template loader that can return Mako templates. Started pulling in new wiki. 2012-08-10 11:31:29 -04:00
Bridger Maxwell
14a35b9605 Upgrading to django 1.4. 2012-08-08 11:57:15 -04:00
ichuang
10ebcefd54 add openid authentication 2012-08-01 14:59:55 -04:00
Calen Pennington
0bfcefd214 Merge pull request #327 from MITx/fix-beautifulsoup4
djangoapps/student/views.py now uses soup.getText, which needs beautifulsoup4
2012-08-01 08:39:38 -07:00
John Jarvis
71898e4869 removing matplotlib from requirements.txt 2012-08-01 10:54:50 -04:00
ichuang
381d247589 djangoapps/student/views.py now uses soup.getText, which needs beautifulsoup4 2012-07-31 21:43:29 -04:00
Calen Pennington
ebe67d2d7d Merge remote-tracking branch 'origin/release/1.0'
Conflicts:
	common/djangoapps/student/views.py
2012-07-23 13:55:20 -04:00
Victor Shnayder
42fa0806fe Fix paths in create-dev-env.sh
* need to be in mitx/ to install common/lib/*
* create data dir if it doesn't exit
* add a few more log messages
* Change url for our fork of django-pipeline to stop the hanging checkouts.
  It works either way on my machine, so not sure if this will fix it.
2012-07-19 16:13:56 -04:00
Matthew Mongeau
2bfe0cb92d Add parsed rss entries to home page with caching 2012-07-17 12:56:28 -04:00
John Jarvis
07eeaf7573 -f should be -r in requirements.txt 2012-07-11 11:39:51 -04:00
John Jarvis
06edcc0f9b adding repo-requirements for modules that are checked into the repo 2012-07-11 09:16:54 -04:00
David Ormsbee
8589a1d9a9 reorder requirements to make it a little easier to see django-related reqs 2012-07-10 14:36:18 -04:00
David Ormsbee
caad217ec2 add other django-* dependencies from my pip freeze results 2012-07-10 14:34:05 -04:00
David Ormsbee
15b0801ecb add django-keyedcache dependency 2012-07-10 14:31:35 -04:00
David Ormsbee
23f0bee8a9 django-followit 2012-07-10 14:29:58 -04:00
David Ormsbee
9ec0ecdc6e fix dependency for django-kombu 2012-07-10 14:26:55 -04:00
David Ormsbee
fd7eec72e6 add djkombu dependency 2012-07-10 14:23:55 -04:00
David Ormsbee
7867277611 add django-countries dependency 2012-07-10 14:18:52 -04:00
David Ormsbee
efba36eb20 add South dependency for migrations 2012-07-10 14:17:47 -04:00
Calen Pennington
fdd9663699 Merge remote-tracking branch 'origin/master' into dormsbee/multicourse
Conflicts:
	common/lib/xmodule/xmodule/capa_module.py
	common/lib/xmodule/xmodule/modulestore/xml.py
	lms/djangoapps/courseware/views.py
	lms/templates/index.html
	lms/templates/info.html
	lms/templates/main.html
	lms/templates/navigation.html
	requirements.txt
2012-07-10 13:39:19 -04:00
Calen Pennington
dbd82c4bc8 Install numpy before trying to install scipy from requirements.txt 2012-07-05 13:07:54 -04:00
Calen Pennington
e9ee1566d6 Modularize capa and mitxmako so that xmodule can properly depend on them 2012-07-05 12:48:18 -04:00