Projekt

Obecné

Profil

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

    
11
[tool.poetry.dev-dependencies]
12

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

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