# PROJECT REQUIREMENTS LIST, PLEASE NOTE THIS FILE IS ALSO USED FOR PYTHON PIP,
# SO ALL NON-PYTHON PACKAGES ARE MARKED AS COMMENTS.

# ============ LIB ============

# ============ Nuwa Developed ============

Iuppiter>=3.3.0.10934

# ============ Third Party ============

# dj-database-url 0.3.0 (http://pypi.python.org/pypi/dj-database-url/0.2.1)
dj-database-url==0.4.2

# django-oscar (https://pypi.python.org/pypi/django-oscar/)
django-oscar==1.4

# django-tables2 (https://pypi.python.org/pypi/django-tables2)
# (the version 1.17 doesn't support Django version before 1.10)
django-tables2==1.16

# mysqlclient 1.3.7 (https://pypi.python.org/pypi/mysqlclient)
# install in setup.py because of the different supporting version between python 2 and 3
# mysqlclient

# Celery (http://celeryproject.org/)
# librabbitmq
celery==3.1.19
amqp==1.4.9
anyjson==0.3.3

# Redis (https://github.com/andymccurdy/redis-py)
redis==2.10.3

# Boto (http://boto.cloudhackers.com/)
boto==2.38.0

# django-ses (https://github.com/hmarr/django-ses/)
django-ses==0.8.2

# Raven 4.0.4 (https://github.com/dcramer/raven)
#  * Note: it works with Sentry 6.4.4 (https://github.com/dcramer/sentry)
raven==4.0.4

# django-bootstrap-form (https://pypi.python.org/pypi/django-bootstrap-form/3.2)
django-bootstrap-form==3.2

# python-social-auth decencies after v0.3.0(https://github.com/python-social-auth)

social-auth-app-django==2.1.0
social-auth-core==1.7.0

# django-user-accounts (https://pypi.python.org/pypi/django-user-accounts)
django-user-accounts==2.0.3

# pinax-theme-bootstrap (https://pypi.python.org/pypi/pinax-theme-bootstrap)
pinax-theme-bootstrap==5.7.2

# feedparser (https://pypi.python.org/pypi/feedparser)
feedparser

# CheeyPy (https://pypi.python.org/pypi/CherryPy)
cherrypy<7.0

# psutil 4.3.0 (https://github.com/giampaolo/psutil)
psutil

# pyallpay==0.0.12.dev1
https://github.com/nuwainfo/pyAllpay/archive/py3.tar.gz

django-ckeditor==5.4.0

django-des==2.4.1

Whoosh==2.7.4


