forked from ksh-b/wanda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
38 lines (33 loc) · 903 Bytes
/
pyproject.toml
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
35
36
37
38
[tool.poetry]
name = "wanda"
version = "0.60.2"
description = "Set wallpapers with keywords or randomly"
authors = ["kshib <[email protected]>"]
license = "MIT"
readme = "README.md"
homepage = "https://gitlab.com/kshib/wanda"
repository = "https://gitlab.com/kshib/wanda"
keywords=["wallpaper", "reddit", "wallhaven","unsplash","termux"]
[tool.poetry.urls]
"Bug Tracker" = "https://gitlab.com/kshib/wanda/-/issues"
[tool.poetry.dependencies]
python = "^3.7"
lxml = "^4.9.0"
cloudscraper = "^1.2.60"
Pillow = "^9.1.0"
screeninfo = "^0.8"
colorthief = "^0.2.1"
filetype = "^1.0.13"
musicbrainzngs = "^0.7.1"
[tool.poetry.dev-dependencies]
pytest = "^7.1.2"
black = "^22.3.0"
mypy = "^0.961"
pytest-xdist = "^2.5.0"
pytest-cov = "^3.0.0"
pytest-rerunfailures = "^10.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
wanda = "wanda.wanda:run"