-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (30 loc) · 776 Bytes
/
pyproject.toml
File metadata and controls
34 lines (30 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[tool.poetry]
name = "bookstone"
version = "0.1.0"
description = "an audio book library and playback application"
authors = ["Toni Barth <software@satoprogs.de>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.8"
natsort = "^8.1.0"
PyQt5 = "^5.15.6"
dependency-injector = "^4.39.1"
fs = "^2.4.15"
"fs.webdavfs" = "^0.4.2"
"fs.smbfs" = "^1.0.4"
bass4py = "0.1.dev380"
[tool.poetry.dev-dependencies]
mypy = "^0.950"
flake8 = "^4.0.1"
black = "^22.3.0"
isort = "^5.10.1"
pre-commit = "^2.18.1"
PyQt5-stubs = "^5.15.6"
pyinstaller = { version = "^5.0.1", python = "^3.7, <3.11" }
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
secondary = true