28 lines
736 B
Plaintext
28 lines
736 B
Plaintext
# 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
|
|
pytest
|
|
pytest-subtests
|
|
wheel>=0.27.0
|
|
pypiwin32; sys_platform == 'win32' # pip-only
|
|
setuptools>=8.0
|
|
Sphinx>=1.3.1,!=1.7.1
|
|
sphinx-rtd-theme
|
|
PyInstaller>=4.1
|
|
setuptools_scm
|
|
requests
|
|
coverage
|
|
xlwt
|
|
dmgbuild==1.4.2; sys_platform == 'darwin' # pip-only
|