-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
40 lines (36 loc) · 821 Bytes
/
pyproject.toml
File metadata and controls
40 lines (36 loc) · 821 Bytes
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
36
37
38
39
40
[project]
name = "hugr-client"
version = "0.1.1"
description = "Python client for Hugr Arrow IPC over multipart/mixed"
authors = [
{ name = "Hugr-lab", email = "gribanov.vladimir@gmail.com" }
]
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.8"
dependencies = [
"requests",
"pyarrow",
"pandas",
"geopandas",
"shapely",
"requests_toolbelt",
"numpy",
"shapely",
"keplergl",
"pydeck",
"folium",
"matplotlib",
"mapclassify",
"websockets",
"asyncio",
]
[project.urls]
Homepage = "https://github.com/hugr-lab/hugr-client"
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 88
skip-string-normalization = true
target-version = ['py38', 'py39', 'py310', 'py311']