forked from scrapinghub/arche
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
executable file
·50 lines (46 loc) · 1006 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
43
44
45
46
47
48
49
50
[[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 = "*"
[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 = "*"
memory-profiler = "*"
jupyter-console = "*"
matplotlib = "*"
pyarrow = "*"
cufflinks = "*"
tables = "*"
nb-black = "*"
[requires]
python_version = "3.7"
[pipenv]
allow_prereleases = false