-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
55 lines (53 loc) · 1.02 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[project]
name = "running-data-sync"
version = "0.1.0"
description = ""
authors = [
{name = "duanfei", email = "[email protected]"},
{name = "duanfei", email = "[email protected]"},
]
dependencies = [
"httpx==0.24.1",
"gpxpy==1.4.2",
"stravalib",
"appdirs>=1.4.0",
"svgwrite>=1.1.9",
"colour",
"s2sphere",
"arrow",
"geopy",
"polyline",
"sqlalchemy",
"timezonefinder",
"pyyaml",
"aiofiles",
"cloudscraper==1.2.71",
"httpx<=0.15.5,>=0.15.0",
"colour>=0.1.5",
"tzfpy; platform_system != \"Windows\"",
"timezonefinder; platform_system == \"Windows\"",
"cloudscraper==1.2.58",
"tcxreader @ git+https://github.com/alenrajsp/tcxreader.git",
"rich",
"lxml",
"eviltransform",
"stravaweblib",
"tenacity",
"numpy",
"tzlocal",
"fit-tool",
"haversine==2.8.0",
"garmin-fit-sdk>=21.115.0",
"garth"
]
requires-python = ">=3.11"
license = {text = "MIT"}
readme = "README.md"
[tool.pdm]
[[tool.pdm.source]]
name = "pypi"
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
verify_ssl = true
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"