-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
69 lines (68 loc) · 1.57 KB
/
pyproject.toml
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
61
62
63
64
65
66
67
68
69
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "gh_actions_lab"
authors = [
{name = "Miles Kane", email = "[email protected]"},
]
readme = "README.md"
requires-python = ">=3.9"
keywords = ["example", "setuptools"]
dynamic = ["version"]
dependencies = [
"aiodns==3.1.1",
"aiohttp==3.8.6",
"aiosignal==1.3.1",
"annotated-types==0.6.0",
"anyio==4.0.0",
"astroid==3.0.1",
"asttokens==2.4.0",
"async-timeout==4.0.3",
"attrs==23.1.0",
"black==23.10.1",
"build==1.0.3",
"certifi==2023.7.22",
"cffi==1.16.0",
"charset-normalizer==3.3.1",
"click==8.1.7",
"colorama==0.4.6",
"dill==0.3.7",
"exceptiongroup==1.1.3",
"executing==2.0.0",
"frozenlist==1.4.0",
"h11==0.14.0",
"httpcore==1.0.0",
"icecream==2.1.3",
"idna==3.4",
"iniconfig==2.0.0",
"isort==5.12.0",
"lazy-object-proxy==1.9.0",
"mccabe==0.7.0",
"multidict==6.0.4",
"mypy-extensions==1.0.0",
"packaging==23.2",
"pathspec==0.11.2",
"platformdirs==3.11.0",
"pluggy==1.3.0",
"pycares==4.4.0",
"pycparser==2.21",
"pydantic==2.4.2",
"pydantic-settings==2.0.3",
"pydantic_core==2.10.1",
"Pygments==2.16.1",
"pylint==3.0.2",
"pylint-plugin-utils==0.8.2",
"pylint-pydantic==0.3.0",
"pyproject_hooks==1.0.0",
"pytest==7.4.3",
"python-dotenv==1.0.0",
"result==0.13.1",
"six==1.16.0",
"sniffio==1.3.0",
"tomli==2.0.1",
"tomlkit==0.12.1",
"typing_extensions==4.8.0",
"wrapt==1.15.0",
"yarl==1.9.2",
]