Lint python
This commit is contained in:
parent
a2e4c29839
commit
86690f41f1
7 changed files with 1367 additions and 17 deletions
|
|
@ -7,7 +7,10 @@ requires-python = ">=3.12"
|
|||
dependencies = [
|
||||
"attrs>=22.2.0",
|
||||
"httpx>=0.28.1",
|
||||
"ipywidgets>=8.0.0",
|
||||
"journey-client",
|
||||
"jupyter>=1.0.0",
|
||||
"nest-asyncio>=1.6.0",
|
||||
"numpy>=1.26.0",
|
||||
"pandas>=2.0.0",
|
||||
"plotly>=6.5.2",
|
||||
|
|
@ -20,5 +23,8 @@ dependencies = [
|
|||
"h3>=3.7.0",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = ["ruff>=0.8.0"]
|
||||
|
||||
[tool.uv.sources]
|
||||
journey-client = { path = "./tfl_journey_client" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue