# requirements-dev.txt
# --------------------
# This file records the packages and requirements for packages that are needed
# by infrastructure, but not by natcap.invest.
#
# Note that there may be some OS-specific requirements, so be sure to run
# `make check` to verify you have all the required packages.
#
# Any lines with "# pip-only" at the end will be processed by
# scripts/convert-requirements-to-conda-yml.py as though it can only be found
# on pip.

Cython
virtualenv>=12.0.1
nose
nose-timer
mock
future
wheel>=0.27.0
pypiwin32; sys_platform == 'win32'  # pip-only
setuptools>=8.0
Sphinx>=1.3.1,<1.7.1
sphinx-rtd-theme
PyInstaller==3.3.1  # pip-only
setuptools_scm
requests
coverage

# Specifying dmgbuild and some dependencies.  Dmgbuild will probably work
# with some other package versions, but I haven't had time to try to get
# other versions to work.
dmgbuild==1.1.0; sys_platform == 'darwin'  # pip-only
mac-alias==1.1.0; sys_platform == 'darwin'  # pip-only
ds-store==1.0.1; sys_platform == 'darwin'  # pip-only
