Skip to content

Commit 385b76d

Browse files
feat: add pyproject.toml for project configuration and specify Python version
1 parent 17691e4 commit 385b76d

2 files changed

Lines changed: 39 additions & 0 deletions

File tree

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.13

pyproject.toml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
[project]
2+
name = "certified-builder-py"
3+
version = "0.1.0"
4+
description = "Add your description here"
5+
readme = "README.md"
6+
requires-python = ">=3.13"
7+
dependencies = [
8+
"retry==0.9.2",
9+
"annotated-types==0.7.0",
10+
"anyio==4.6.2.post1",
11+
"boto3==1.37.22",
12+
"botocore==1.37.22",
13+
"certifi==2024.8.30",
14+
"dnspython==2.7.0",
15+
"email_validator==2.2.0",
16+
"h11==0.14.0",
17+
"httpcore==1.0.7",
18+
"httpx==0.27.2",
19+
"idna==3.10",
20+
"iniconfig==2.0.0",
21+
"jmespath==1.0.1",
22+
"packaging==24.2",
23+
"pillow==11.0.0",
24+
"pluggy==1.5.0",
25+
"pydantic==2.10.1",
26+
"pydantic-settings==2.8.1",
27+
"pydantic_core==2.27.1",
28+
"pytest==8.3.3",
29+
"python-dateutil==2.9.0.post0",
30+
"python-dotenv==1.1.0",
31+
"s3transfer==0.11.4",
32+
"six==1.17.0",
33+
"sniffio==1.3.1",
34+
"typing_extensions==4.12.2",
35+
"urllib3==2.3.0",
36+
"qrcode==8.2",
37+
"retry==0.9.2"
38+
]

0 commit comments

Comments
 (0)