-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
38 lines (38 loc) · 894 Bytes
/
pyproject.toml
File metadata and controls
38 lines (38 loc) · 894 Bytes
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
[project]
name = "certified-builder-py"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"retry==0.9.2",
"annotated-types==0.7.0",
"anyio==4.6.2.post1",
"boto3==1.37.22",
"botocore==1.37.22",
"certifi==2024.8.30",
"dnspython==2.7.0",
"email_validator==2.2.0",
"h11==0.14.0",
"httpcore==1.0.7",
"httpx==0.27.2",
"idna==3.10",
"iniconfig==2.0.0",
"jmespath==1.0.1",
"packaging==24.2",
"pillow==11.0.0",
"pluggy==1.5.0",
"pydantic==2.10.1",
"pydantic-settings==2.8.1",
"pydantic_core==2.27.1",
"pytest==8.3.3",
"python-dateutil==2.9.0.post0",
"python-dotenv==1.1.0",
"s3transfer==0.11.4",
"six==1.17.0",
"sniffio==1.3.1",
"typing_extensions==4.12.2",
"urllib3==2.3.0",
"qrcode==8.2",
"retry==0.9.2"
]