forked from fwenzel/kitsune
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
James Socol
committed
Aug 24, 2010
1 parent
6975470
commit ccca0cb
Showing
8 changed files
with
73 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ build.py | |
**-all.js | ||
**-min.js | ||
media/uploads | ||
vendor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
MySQL-python==1.2.3c1 | ||
Jinja2==2.2.1 | ||
PIL==1.1.7 | ||
lxml==2.2.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,21 @@ | ||
# | ||
# This pulls in requirements specific for development. | ||
|
||
-r requirements.txt | ||
-r prod.txt | ||
|
||
-e git://github.com/jbalogh/check.git@1c73813fcd085020decc6f72caf232f71150db0a#egg=check | ||
-e git://github.com/robhudson/django-debug-toolbar.git@d05dcbb4aa93b1ce9d097ed8d537f06eb2491f5e#egg=django_debug_toolbar | ||
-e git://github.com/jbalogh/django-debug-cache-panel@dbdffc6048bde9e551f9bc01975ad3373b9c9427#egg=cache_panel | ||
Werkzeug==0.5.1 | ||
ipython==0.10 | ||
sqlparse==0.1.1 | ||
|
||
-e git://github.com/jbalogh/django-nose.git@70de9dd19e40bd292cdac06c51b6bfe703731504#egg=django_nose | ||
-e git://github.com/jbalogh/test-utils.git@c4c31905a95e59dcc8919c1030b23848ad7fbca6#egg=test-utils | ||
nose==0.11.1 | ||
coverage==3.2b4 | ||
selenium==1.0.1 | ||
mock==0.6.0 | ||
pyquery==0.5 | ||
translate-toolkit==1.6.0 | ||
|
||
pylint==0.20.0 | ||
|
||
-e git://github.com/jbalogh/check.git@1c73813fcd085020decc6f72caf232f71150db0a#egg=check | ||
-e git://github.com/robhudson/django-debug-toolbar.git@d05dcbb4aa93b1ce9d097ed8d537f06eb2491f5e#egg=django_debug_toolbar | ||
-e git://github.com/jbalogh/django-debug-cache-panel@dbdffc6048bde9e551f9bc01975ad3373b9c9427#egg=cache_panel | ||
-e git://github.com/jbalogh/django-nose.git@70de9dd19e40bd292cdac06c51b6bfe703731504#egg=django_nose | ||
-e git://github.com/jbalogh/test-utils.git@c4c31905a95e59dcc8919c1030b23848ad7fbca6#egg=test-utils |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,23 @@ | ||
-e svn+http://code.djangoproject.com/svn/django/trunk@13302#egg=Django | ||
|
||
GitPython==0.1.7 | ||
python-memcached==1.45 | ||
Babel>=0.9.4 | ||
celery==1.0.6 | ||
python-dateutil | ||
django-taggit==0.8.0 | ||
pytz | ||
|
||
-e git://github.com/jbalogh/django-multidb-router.git@25ca0c68929144ed9020d89f2ea1e941c7f9aeca#egg=django-multidb-router | ||
-e git://github.com/jbalogh/django-cache-machine.git#egg=django-cache-machine | ||
-e git://github.com/django-extensions/django-extensions.git#egg=django_extensions | ||
Jinja2==2.2.1 | ||
-e git://github.com/jbalogh/jingo.git#egg=jingo | ||
-e git://github.com/jsocol/jingo-minify.git#egg=jingo-minify | ||
-e git://github.com/jsocol/bleach.git#egg=bleach | ||
-e git://github.com/jbalogh/schematic.git#egg=schematic | ||
-e git://github.com/jsocol/django-cronjobs.git#egg=django_cronjobs | ||
-e git://github.com/fwenzel/django-mozilla-product-details#egg=django-mozilla-product-details | ||
|
||
GitPython==0.1.7 | ||
MySQL-python==1.2.3c1 | ||
python-memcached==1.45 | ||
Werkzeug==0.5.1 | ||
Babel>=0.9.4 | ||
phpserialize==1.2 | ||
South==0.7 | ||
celery==1.0.6 | ||
python-dateutil | ||
PIL==1.1.7 | ||
|
||
# for l10n | ||
-e git://github.com/clouserw/tower.git#egg=tower | ||
|
||
# commonware, stuff we share | ||
-e git://github.com/jsocol/commonware.git#egg=commonware | ||
|
||
# timezone package used with babel | ||
pytz | ||
|
||
# wiki markup parser | ||
-e git://github.com/pcraciunoiu/py-wikimarkup.git@8b19befb719526735d08f5a185cf7cd1a382e4ad#egg=py-wikimarkup | ||
|
||
-e hg+http://bitbucket.org/danfairs/django-authority#egg=django_authority | ||
|
||
django-taggit==0.8.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters