-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpyproject.toml
40 lines (36 loc) · 1.26 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
[tool.poetry]
name = "ast_monitor"
version = "0.5.3"
description = "AST-Monitor is a wearable Raspberry Pi computer for cyclists"
license = "MIT"
authors = ["Iztok Fister Jr. <iztok@iztok-jr-fister.eu>", "Luka Lukač <luka.lukac@student.um.si>", "Alen Rajšp <alen.rajsp@um.si>"]
keywords = ['artificial sport trainer', 'computational intelligence', 'data mining', 'datasets', 'digital twin', 'optimization', 'sport activities', 'tcx']
homepage = "https://github.com/firefly-cpp/AST-Monitor"
repository = "https://github.com/firefly-cpp/AST-Monitor"
documentation = "https://ast-monitor.readthedocs.io/en/latest/"
readme = "README.md"
include = [
{ path="LICENSE", format="sdist" },
{ path="CHANGELOG.md", format="sdist" },
{ path="CITATION.cff", format="sdist" },
{ path="HARDWARE_CONFIGURATION.md", format="sdist"}
]
[tool.poetry.dependencies]
python = "^3.9"
matplotlib = "*"
geopy = "*"
tcxreader = "^0.4.2"
sport-activities-features = "^0.5.0"
openant = "^1.2.0"
PyQt6 = "6.4.2"
PyQt6-WebEngine = "^6.5.0"
pyqt-feedback-flow = "^0.3.4"
[tool.poetry.dev-dependencies]
pytest = "^7.2.2"
pytest-qt = "*"
Sphinx = "^5.0"
sphinx-rtd-theme = "^1.0.0"
sphinxcontrib-bibtex = "^2.4.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"