#
# This is only for PyLucid developer, which has git write access!
#

# include the basic requirements
-r basic_requirements.txt

# the wheel project provides a bdist_wheel command for setuptools
wheel

# https://pypi.python.org/pypi/twine
twine

# For generating the bootstrap script
virtualenv

django-extensions
werkzeug

# for ReSt README generation
python-creole
docutils


# clone PyLucid own projects with git push access
#-------------------------------------------------

# https://github.com/jedie/bootstrap_env
# https://pypi.python.org/pypi/bootstrap_env/
-e git+git@github.com:jedie/bootstrap_env.git#egg=bootstrap_env

# https://github.com/jedie/python-creole/
# https://pypi.python.org/pypi/python-creole
-e git+git@github.com:jedie/python-creole.git#egg=python-creole

# https://github.com/jedie/django-dbpreferences/
# https://pypi.python.org/pypi/django-dbpreferences
#-e git+git@github.com:jedie/django-dbpreferences.git#egg=django-dbpreferences

# https://github.com/jedie/django-tools/
# https://pypi.python.org/pypi/django-tools
-e git+git@github.com:jedie/django-tools.git@master#egg=django-tools

# https://github.com/jedie/django-processinfo
# https://pypi.python.org/pypi/django-processinfo
#-e git+git@github.com:jedie/django-processinfo.git#egg=django-processinfo

# https://github.com/jedie/django-reversion-compare
# https://pypi.python.org/pypi/django-reversion-compare/
# v2 is not supported, see: https://github.com/divio/django-cms/issues/5441
-e git+git@github.com:jedie/django-reversion-compare.git@stable/v0.6.x#egg=django-reversion-compare

# https://github.com/chrisglass/cmsplugin-pygments
-e git+git@github.com:jedie/cmsplugin-pygments.git#egg=cmsplugin-pygments

# https://github.com/jedie/django-debug-toolbar-django-info
-e git+git@github.com:jedie/django-debug-toolbar-django-info.git#egg=django-debug-toolbar-django-info

# https://github.com/jedie/djangocms-widgets
-e git+git@github.com:jedie/djangocms-widgets.git#egg=djangocms-widgets

# http://www.pylucid.org/
# https://pypi.python.org/pypi/PyLucid
-e git+git@github.com:jedie/PyLucid.git@develop#egg=pylucid


# external Django-CMS Addons
#----------------------------

# https://github.com/mitar/cmsplugin-markup
-e git+git@github.com:jedie/cmsplugin-markup.git@develop#egg=cmsplugin-markup

# https://github.com/kapt-labs/djangocms-htmlsitemap
# Use own repro until https://github.com/kapt-labs/djangocms-htmlsitemap/issues/1 is fixed:
-e git+git@github.com:jedie/djangocms-htmlsitemap.git#egg=djangocms-htmlsitemap
