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

-r basic_requirements.txt
-r test_requirements.txt

# the wheel project provides a bdist_wheel command for setuptools
wheel

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

# https://github.com/jazzband/pip-tools (pip-tools = pip-compile + pip-sync)
pip-tools

# https://github.com/sesh/piprot
piprot

# for ReSt README generation
python-creole
docutils
