Generate tfl client
This commit is contained in:
parent
caf943ed06
commit
a7cc4d9b2b
5 changed files with 1274 additions and 1 deletions
|
|
@ -5,8 +5,14 @@ description = "Add your description here"
|
|||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"attrs>=22.2.0",
|
||||
"httpx>=0.28.1",
|
||||
"journey-client",
|
||||
"plotly>=6.5.2",
|
||||
"polars>=1.37.1",
|
||||
"python-dateutil>=2.8.0",
|
||||
"tqdm>=4.67.1",
|
||||
]
|
||||
|
||||
[tool.uv.sources]
|
||||
journey-client = { path = "./tfl_journey_client" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue