Projekt

Obecné

Profil

Stáhnout (401 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
[tool.poetry]
2
name = "aswi2021vochomurka"
3
version = "0.1.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

    
13
[tool.poetry.dev-dependencies]
14

    
15
[build-system]
16
requires = ["poetry-core>=1.0.0"]
17
build-backend = "poetry.core.masonry.api"
18

    
19
[tool.poetry.scripts]
20
start = "aswi2021vochomurka.main:start"
(4-4/4)