-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathPipfile
executable file
·54 lines (50 loc) · 1.05 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
46
47
48
49
50
51
52
53
54
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pandas = "*"
scrapinghub = {extras = ["msgpack"],version = "*"}
plotly = "*"
genson = "*"
boto3 = "*"
jsonschema = "*"
fastjsonschema = "*"
perfect-jsonschema = "*"
tqdm = "*"
ipywidgets = "*"
Jinja2 = "*"
bleach = "*"
[dev-packages]
jupyterlab = "*"
jupyter-nbextensions-configurator = "*"
bumpversion = "*"
tox = "*"
pytest = "*"
pytest-pythonpath = "*"
pytest-mock = "*"
pytest-cov = "*"
pytest-pudb = "*"
flake8 = "*"
flake8-bugbear = "*"
flake8-import-order = "*"
black = {git = "https://github.com/ambv/black"}
sphinx = "*"
recommonmark = "*"
# avoid pre at any costs
sphinxcontrib-golangdomain = {git = "https://bitbucket.org/ymotongpoo/sphinxcontrib-golangdomain"}
sphinx-autoapi = {git = "https://github.com/rtfd/sphinx-autoapi"}
nbsphinx = "*"
sphinx_bootstrap_theme = "*"
memory-profiler = "*"
jupyter-console = "*"
matplotlib = "*"
pyarrow = "*"
cufflinks = "*"
tables = "*"
nb-black = "*"
mypy = "*"
[requires]
python_version = "3.7"
[pipenv]
allow_prereleases = false