forked from AequilibraE/aequilibrae
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
42 lines (38 loc) · 742 Bytes
/
Pipfile
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
34
35
36
37
38
39
40
41
42
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[requires]
python_version = "3.8"
[dev-packages]
sphinx = "*"
sphinx-autodoc-annotation = "*"
flake8 = "*"
flake8-checkstyle = "*"
nose = "*"
pre-commit = "*"
sphinx_rtd_theme = "*"
twine = "*"
statsmodels = "*"
pytest = "*"
pycrunch-engine = "*"
pandas = "*"
jupyter = "*"
jupyter-contrib-nbextensions = "*"
jupyter-nbextensions-configurator = "*"
matplotlib = "*"
pytest-xdist="*"
[packages]
numpy = ">=1.14.0"
pyaml = "*"
pyqt5 = "*"
pyshp = "*"
cython = "*"
scipy = "*"
openmatrix = "*"
rtree = "*"
[scripts]
notebook = "jupyter notebook"
pre-commit-install = "pre-commit install"
sphinx = "sphinx-build -b html -c sphinx aequilibrae build"
python = "python"