Skip to content

Commit

Permalink
pip requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
James Socol committed Feb 3, 2010
0 parents commit 2c0472c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
21 changes: 21 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#
# This pulls in requirements specific for development.

-r requirements.txt

-e git://github.com/jbalogh/django-extensions.git#egg=django_extensions
-e git://github.com/jbalogh/check.git#egg=check
-e git://github.com/robhudson/django-debug-toolbar.git#egg=django_debug_toolbar
-e git://github.com/jbalogh/django-debug-cache-panel#egg=cache_panel
ipython==0.10
sqlparse==0.1.1
Fabric==0.9.0

-e git://github.com/jbalogh/django-nose.git@1482c243ba698a28e0d14e59185ae63bcf4ea36b#egg=django_nose
nose==0.11.1
coverage==3.2b4
selenium==1.0.1
mock==0.6.0

pylint

9 changes: 9 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
-e svn+http://code.djangoproject.com/svn/django/trunk@12335#egg=Django
Jinja2==2.2.1
MySQL-python==1.2.3c1
python-memcached==1.45
Werkzeug==0.5.1
Babel==0.9.4
phpserialize
south

0 comments on commit 2c0472c

Please sign in to comment.