chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[project]
|
||||
name = "air_traffic_data"
|
||||
version = "0.1.0"
|
||||
readme = "README.md"
|
||||
dependencies = [
|
||||
"geopandas",
|
||||
"numpy",
|
||||
"polars",
|
||||
"pyproj",
|
||||
"requests",
|
||||
"rerun-sdk",
|
||||
"shapely",
|
||||
"tqdm",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
air_traffic_data = "air_traffic_data:main"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
Reference in New Issue
Block a user