-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathPipfile
58 lines (55 loc) · 1.11 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
55
56
57
58
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
sphinx = "*"
sphinx-autobuild = "*"
sphinx-autodoc-typehints = "*"
sphinxcontrib-fulltoc = "*"
sphinx-paramlinks = "*"
sphinx-rtd-theme = {editable = true,git = "https://github.com/readthedocs/sphinx_rtd_theme.git",ref = "ab7d388448258a24f8f4fa96dccb69d24f571736"}
sphinx-gallery = "*"
sphinx-copybutton = "*"
sphinx-sitemap = "*"
twine = "*"
pytest = "*"
pytest-cov = "*"
mypy = "*"
pypandoc = "*"
cruft = "*"
# pywin32 = {version = "==224", sys_platform = "== 'win32'"}
jupyter-client = "*"
jupyterlab = "*"
pl-builder = "*"
pandas = "*"
holoviews = "*"
bokeh = "*"
matplotlib = "*"
pscript = "*"
fire = "*"
scipy = "*"
papermill = "*"
nbconvert = "*"
ipywidgets = "*"
openpyxl = "*"
xlrd = "*"
statsmodels = "*"
finstmt = "*"
plotly = "*"
pystan = "*"
prophet = "*"
pylustrator = "*"
sensitivity = "*"
astor = "*"
mosspy = "*"
derobertis_cv = "*"
pydantic = "*"
more_itertools = "*"
youtube_transcript_api = "*"
google-api-python-client = "*"
google-auth-oauthlib = "*"
numpy-financial = "*"
[requires]
python_version = "3.8"