forked from NiaOrg/NiaPy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
45 lines (43 loc) · 1.08 KB
/
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
43
44
45
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
numpy = ">=1.16.2"
scipy = ">=1.2.1"
enum34 = {version = ">=1.1.6",markers = "python_version < '3.4'"}
XlsxWriter = ">=1.1.5"
matplotlib = ">=2.2.4"
future = {version = ">=0.18.2",markers = "python_version < '3'"}
[dev-packages]
flake8 = "~=3.7.7"
flake8-docstrings = "~=1.3.0"
flake8-rst-docstrings = ">=0.0.8"
flake8-bandit = "~=2.1.0"
pycodestyle = "~=2.5.0"
pydocstyle = "~=3.0.0"
pytest = "~=4.4.0"
pytest-describe = "~=0.12.0"
pytest-expecter = "~=1.3"
pytest-random = "~=0.02"
pytest-cov = "~=2.6.1"
sniffer = "~=0.4.0"
freezegun = "~=0.3.11"
coverage-space = "~=1.0.2"
docutils = "~=0.14"
scandir = "~=1.10.0"
pathlib2 = "~=2.3.3"
wheel = "~=0.33.1"
twine = "~=1.13.0"
singledispatch = "~=3.4.0.3"
configparser = "~=3.7.4"
funcsigs = "~=1.0.2"
futures = ">=3.1.1"
Pygments = "~=2.3.1"
"backports.functools_lru_cache" = "~=1.5"
MacFSEvents = {version = "~=0.8.1",sys_platform = "== 'darwin'"}
Sphinx = "~=1.8.0b1"
sphinx-rtd-theme = "~=0.4.3"
sphinx-autobuild = "~=0.7.1"
bump2version = "*"
pandoc = "*"