forked from teleksterling/gtfs_functions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
35 lines (32 loc) · 873 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "gtfs-functions"
version = "2.5"
authors = [
{ name="Santiago Toso", email="[email protected]" },
]
description = "Package to easily wrangle GTFS files geospatially."
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = [
"pandas",
"geopandas",
"shapely", "utm>=0.7.0",
#"numpy>=1.24.2",
'numpy',
"pendulum>=3.0.0",
"branca>=0.6.0",
"plotly>=5.13.0", "jenkspy>=0.3.2", "folium>=0.14.0",
"unicode>=2.9",
"h3", "boto3"
]
[project.urls]
"Homepage" = "https://github.com/Bondify/gtfs_functions/tree/master"
"Bug Tracker" = "https://github.com/Bondify/gtfs_functions/issues"