30 lines
786 B
TOML
30 lines
786 B
TOML
[project]
|
|
name = "Resell1"
|
|
version = "1.0.0"
|
|
description = "나도 좀 같이 팔아보자는 팔판 소싱기"
|
|
authors = [
|
|
{name = "WhenRideMyCar",email = "kkebiini@gmail.com"}
|
|
]
|
|
readme = "README.md"
|
|
requires-python = ">=3.11,<4.0"
|
|
dependencies = [
|
|
"flet (>=0.27.6,<0.28.0)",
|
|
"pandas (>=2.2.3,<3.0.0)",
|
|
"openpyxl (>=3.1.5,<4.0.0)",
|
|
"xlwings (>=0.33.11,<0.34.0)",
|
|
"requests (>=2.32.3,<3.0.0)",
|
|
"supabase (>=2.15.0,<3.0.0)",
|
|
"keyring (>=25.6.0,<26.0.0)",
|
|
"undetected-chromedriver (>=3.5.5,<4.0.0)",
|
|
"selenium-stealth (>=1.0.6,<2.0.0)"
|
|
]
|
|
window_title = "나도 좀 팔자 - [나팔]"
|
|
|
|
[tool.poetry]
|
|
packages = [{include = "resell1", from = "src"}]
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|