forked from quarto-dev/quarto-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
34 lines (31 loc) · 770 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
jupyter = "*"
colorama = {version = "*", markers="sys_platform == 'win32'"}
pywin32 = {version = "*", markers="sys_platform == 'win32'"}
pywinpty = {version = "*", markers="os_name == 'nt'"}
appnope = {version = "*", markers="sys_platform == 'darwin'"}
pexpect = {version = "*", markers="sys_platform != 'win32'"}
ptyprocess = {version = "*", markers="sys_platform != 'win32'"}
matplotlib = "*"
ipython = "*"
tabulate = "*"
great-tables = "*"
pandas = "*"
altair = "*"
seaborn = "*"
numpy = "*"
ipyleaflet = "*"
vega-datasets = "*"
itables = "*"
shiny = "*"
plotly = "*"
pathlib = "*"
nbformat = "*"
[dev-packages]
[requires]
python_version = "3.12"
python_full_version = "3.12.1"