Projekt

Obecné

Profil

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

    
10
[tool.poetry.dev-dependencies]
11

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

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