# NOTE: YOU MUST PEG EVERY REQUIREMENT TO A SPECIFIC VERSION

#--- pip
pip == 0.8.3 # pip >= 0.8.2 is required for git branch to work correctly

#--- Django
django == 1.3
httplib2            # for django's RequestContext
simplejson ==2.1.6  # for json api's
django-extensions
django-debug-toolbar
docutils == 0.7     # for django admindocs
pygments == 1.4     # for syntax color in docutils
# django-adminfiles # for admin files

#--- Databases
# MySQL-python == 1.2.3
# psycopg2

#--- Assets and media throught CDN
# python-cloudfiles
# -e git+git://github.com/ff0000/django-cumulus.git#egg=cumulus
# # Note: using our fork until the master skips .svn folder on syncstatic
# # See https://github.com/richleland/django-cumulus/pull/10
# # and https://github.com/richleland/django-cumulus/pull/11

#--- Other Apps
# cereal-box

#--- Admin
# django-grappelli == 2.3
# -e hg+http://bitbucket.org/izi/django-admin-tools@v0.4.0#egg=admin-tools
# feedparser

#--- Imaging
# DO NOT INSTALL PIL IN THIS FASHION, INSTEAD USE 'apt-get install python-imaging'
# pil               # to use models.ImageField
# django-imagekit   # to deal with image size, thumbnails
# -e git+git://github.com/Yipit/django-imagekit.git#egg=imagekit
# Use our fork of imagekit since it's faster on CDN
# See https://bitbucket.org/jdriscoll/django-imagekit/issue/28/
