22 lines
408 B
TOML
22 lines
408 B
TOML
[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"
|
|
parse = "^1.18.0"
|
|
python-slugify = "^4.0.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = "^5.2"
|
|
pylint = "^2.6.0"
|
|
autopep8 = "^1.5.4"
|
|
pyinstaller = "^4.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|