-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPipfile
More file actions
39 lines (35 loc) · 694 Bytes
/
Pipfile
File metadata and controls
39 lines (35 loc) · 694 Bytes
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
invoke = "*"
mypy = ">=0.740"
bumpversion = ">=0.5.3"
watchdog = ">=0.9.0"
pylint = ">=2.4.3"
coverage = ">=4.5.4"
Sphinx = ">=2.2.0"
twine = ">=2.0.0"
pytest = ">=5.2.2"
pytest-runner = ">=5.1"
black = "*"
autopep8 = "*"
pytest-cov = "*"
# nbval = "*"
jupyterlab = "*"
pexpect = "*"
recommonmark = "*"
sphinx_rtd_theme = "*"
nbsphinx = ">=0.2.13,<0.4.0"
jupyter_sphinx = "*"
nbsphinx-link = "*"
pytest_check_links = "*"
pypandoc = "*"
sphinx-autodoc-typehints = "*"
[packages]
upsetjs_jupyter_widget = {editable = true,path = "."}
[requires]
python_version = "3.7"
[pipenv]
allow_prereleases = true