Projekt

Obecné

Profil

Stáhnout (462 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
[tool.poetry]
2
name = "aswi2021vochomurka"
3
version = "1.0.0"
4
description = ""
5
authors = ["Tym Vochomurka"]
6

    
7
[tool.poetry.dependencies]
8
python = "^3.8"
9
PyQt5 = "^5.15.4"
10
recordclass = "^0.14.3"
11
APScheduler = "^3.7.0"
12
numpy = "^1.20.2"
13
matplotlib = "^3.4.1"
14
paho-mqtt = "^1.5.1"
15

    
16
[tool.poetry.dev-dependencies]
17

    
18
[build-system]
19
requires = ["poetry-core>=1.0.0"]
20
build-backend = "poetry.core.masonry.api"
21

    
22
[tool.poetry.scripts]
23
start = "aswi2021vochomurka.main:start"
(5-5/5)