forked from natcap/invest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-dev.txt
33 lines (31 loc) · 1 KB
/
requirements-dev.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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
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.5 # pip-only
setuptools_scm
requests
coverage
xlwt
# 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