# Make sure you update as well these places:
# - pootle/depcheck.py
# - .travis.yml configuration file
# - docs/server/installation.rst
# - release notes in docs/releases/$next
# when bumping Django versions and dependencies.
Django>=1.5.8,<1.7

# Django apps
django-allauth==0.16.1
django-assets>=0.10
django-contact-form==1.0
django-taggit>=0.10,<0.11.2
South>=0.8.4

# Required by webassets, isn't shipped in Python < 2.7
argparse

# Libraries
cssmin>=0.2.0
diff-match-patch>=20121119
lxml>=2.1.4

# For providing API
#django-tastypie>=0.11.1

# Translate Toolkit
#translate-toolkit>=1.11.0
# If you want to use Translate Toolkit 'master'
-e git://github.com/translate/translate.git#egg=translate-toolkit
