16 lines
322 B
TOML
16 lines
322 B
TOML
[project]
|
|
name = "etl-feiqiu"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"psycopg2-binary>=2.9.0",
|
|
"requests>=2.28.0",
|
|
"python-dateutil>=2.8.0",
|
|
"tzdata>=2023.0",
|
|
"python-dotenv",
|
|
"openpyxl>=3.1.0",
|
|
"neozqyy-shared",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
neozqyy-shared = { workspace = true } |