forked from NiaOrg/NiaPy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
38 lines (36 loc) · 994 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
numpy = ">=1.17.0"
matplotlib = ">=2.2.4"
pandas = ">=0.24.2"
openpyxl = ">=3.0.3"
[dev-packages]
flake8 = "*"
flake8-docstrings = "*"
flake8-rst-docstrings = "*"
flake8-bandit = "*"
pycodestyle = "*"
pydocstyle = "*"
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"
wheel = "~=0.33.1"
Pygments = ">=2.3.1"
MacFSEvents = {version = "~=0.8.1",sys_platform = "== 'darwin'"}
Sphinx = {version = "~=3.1.2",sys_platform= "!= 'win32'"}
sphinx-press-theme = {version = ">=0.5.1",sys_platform= "!= 'win32'"}
sphinx-autobuild = {version = "~=0.7.1",sys_platform= "!= 'win32'"}
bump2version = "*"
pandoc = "*"
twine = "*"
pytest-testmon = "~=1.2.2"
pytest-custom-exit-code = {git = "https://github.com/GregaVrbancic/pytest-custom_exit_code.git"}