primo port su vscode

This commit is contained in:
2020-09-10 12:20:20 +02:00
parent 3fb055a3a3
commit 69be5ca9de
92 changed files with 28294 additions and 0 deletions

17
SPEx/pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[tool.poetry]
name = "SPEx"
version = "0.1.0"
description = ""
authors = ["Emanuele <ema.trabattoni@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.8"
PyQt5 = ">=5.15.0"
python-slugify = "*"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"