2010-01-14 02:51:08 +03:00
|
|
|
# This file pulls in everything a developer needs. If it's a basic package
|
|
|
|
# needed to run the site, it belongs in requirements-prod.txt. If it's a
|
|
|
|
# package for developers (testing, docs, etc.), it goes in this file. IT wants
|
|
|
|
# to pull in a minimal set of packages to get a running site.
|
|
|
|
|
2010-05-18 18:29:43 +04:00
|
|
|
-r prod.txt
|
2009-11-14 04:24:24 +03:00
|
|
|
|
|
|
|
Sphinx==0.6.3
|
|
|
|
|
2010-03-02 19:33:42 +03:00
|
|
|
pep8==0.5
|
2009-10-23 07:37:02 +04:00
|
|
|
-e git://github.com/jbalogh/check.git#egg=check
|
|
|
|
-e git://github.com/robhudson/django-debug-toolbar.git#egg=django_debug_toolbar
|
2010-01-13 10:00:22 +03:00
|
|
|
-e git://github.com/jbalogh/django-debug-cache-panel#egg=cache_panel
|
2010-02-09 19:35:36 +03:00
|
|
|
-e git://github.com/django-extensions/django-extensions.git#egg=django_extensions
|
2010-02-17 03:08:06 +03:00
|
|
|
-e git://github.com/dcramer/django-devserver.git#egg=django_devserver
|
2010-02-09 19:35:36 +03:00
|
|
|
werkzeug
|
2009-10-23 07:37:02 +04:00
|
|
|
ipython==0.10
|
|
|
|
sqlparse==0.1.1
|
2009-12-18 22:44:50 +03:00
|
|
|
Fabric==0.9.0
|
2009-12-14 23:10:11 +03:00
|
|
|
|
2010-02-10 00:58:38 +03:00
|
|
|
-e git://github.com/jbalogh/test-utils.git#egg=test-utils
|
2010-05-18 18:29:43 +04:00
|
|
|
-e git://github.com/jbalogh/django-nose.git#egg=django_nose
|
2009-12-14 23:10:11 +03:00
|
|
|
nose==0.11.1
|
|
|
|
coverage==3.2b4
|
2010-01-14 22:16:28 +03:00
|
|
|
selenium==1.0.1
|
2009-12-14 23:10:11 +03:00
|
|
|
mock==0.6.0
|
2010-03-04 21:38:03 +03:00
|
|
|
translate-toolkit==1.6.0
|
2009-12-14 23:34:11 +03:00
|
|
|
|
2010-01-08 22:39:59 +03:00
|
|
|
pylint
|
2010-03-05 20:27:57 +03:00
|
|
|
-e git://github.com/davedash/django-fixture-magic.git#egg=django_fixture_magic
|
2010-08-27 21:07:16 +04:00
|
|
|
|
|
|
|
# Oauth client for tests
|
|
|
|
-e git://github.com/simplegeo/python-oauth2.git#egg=python_oauth2
|
2010-11-24 23:08:17 +03:00
|
|
|
|
|
|
|
-e git://github.com/kumar303/django-qunit.git#egg=django_qunit
|
2011-03-31 23:11:07 +04:00
|
|
|
nosenicedots
|