-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
44 lines (37 loc) · 902 Bytes
/
Copy pathpyproject.toml
File metadata and controls
44 lines (37 loc) · 902 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
39
40
41
42
[project]
name = "aqueduct"
requires-python = ">=3.10,<3.13"
version = "0.1.0"
dependencies = [
"amazon-orders>=2.0.0",
"pillow>=9.0.1,<9.6.0",
"flask>=3.0.0",
"google-api-python-client>=2.110.0",
"google-auth>=2.25.0",
"google-auth-oauthlib>=1.2.0",
"google-auth-httplib2>=0.2.0",
"graphviz>=0.21",
"instaloader>=4.10",
"notion-client>=2.2.1",
"pdbpp>=0.11.7",
"praw>=7.7.1",
"prefect[github]>=3.5.0",
"python-dotenv>=1.2.1",
"requests>=2.27.1",
"synology-api>=0.6.0",
"xdk>=0.5.0",
"twilio>=9.0.0",
"yt-dlp>=2024.12.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
force-include = { "pyproject.toml" = "pyproject.toml" }
[tool.dg]
directory_type = "project"
[tool.dg.project]
root_module = "aqueduct"
registry_modules = [
"aqueduct.components.*",
]