-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
60 lines (60 loc) ยท 1.38 KB
/
pyproject.toml
File metadata and controls
60 lines (60 loc) ยท 1.38 KB
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
59
60
[project]
name = "algorithm-study"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"asttokens==3.0.0",
"colorama==0.4.6",
"comm==0.2.2",
"debugpy==1.8.11",
"decorator==5.2.1",
"exceptiongroup==1.2.2",
"executing==2.1.0",
"expat==2.6.4",
"importlib-metadata==8.6.1",
"ipykernel==6.29.5",
"ipython==8.32.0",
"jedi==0.19.2",
"jupyter-client==8.6.3",
"jupyter-core==5.7.2",
"krb5==1.21.3",
"libffi==3.4.4",
"libsodium==1.0.20",
"matplotlib-inline==0.1.7",
"nest-asyncio==1.6.0",
"openssl==3.4.1",
"packaging==24.2",
"parso==0.8.4",
"pickleshare==0.7.5",
"pip==25.0",
"platformdirs==4.3.6",
"prompt-toolkit==3.0.50",
"psutil==5.9.0",
"pure-eval==0.2.3",
"pygments==2.19.1",
"python==3.12.9",
"python-dateutil==2.9.0.post0",
"pywin32==308",
"pyzmq==26.2.0",
"setuptools==75.8.0",
"six==1.17.0",
"sqlite==3.45.3",
"stack-data==0.6.3",
"tk==8.6.14",
"tornado==6.4.2",
"traitlets==5.14.3",
"typing-extensions==4.12.2",
"tzdata==2025a0",
"ucrt==10.0.22621.0",
"vc==14.42",
"vc14-runtime==14.42.34433",
"vs2015-runtime==14.42.34433",
"wcwidth==0.2.13",
"wheel==0.45.1",
"xz==5.6.4",
"zeromq==4.3.5",
"zipp==3.21.0",
"zlib==1.2.13",
]