Add a requirements file to define the Python packages needed to do a build.

This commit is contained in:
Robin Dunn
2016-02-27 14:41:50 -08:00
parent 4cbfc0d330
commit 7ef466594e

6
requirements.txt Normal file
View File

@@ -0,0 +1,6 @@
pip
setuptools
six
wheel
Sphinx
docutils