Projekt

Obecné

Profil

Stáhnout (378 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

    
12
[tool.poetry.dev-dependencies]
13

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

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