initial commit
This commit is contained in:
commit
c6d1d51b00
11 changed files with 1214 additions and 0 deletions
32
pyproject.toml
Normal file
32
pyproject.toml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
[project]
|
||||
name = "pt-scrapper"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"apscheduler>=3.11.0",
|
||||
"geoarrow-pyarrow>=0.1.2",
|
||||
"httpx>=0.28.1",
|
||||
"numpy>=2.2.5",
|
||||
"polyline>=2.0.2",
|
||||
"pyarrow>=20.0.0",
|
||||
"python-dotenv>=1.1.0",
|
||||
"rclone-python>=0.1.21",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
ptscrapper = "ptscrapper.main:main"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"black>=25.1.0",
|
||||
"isort>=6.0.1",
|
||||
"ruff>=0.11.9",
|
||||
]
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
|
||||
[tool.uv]
|
||||
package = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue