Renku is a simple cross platform Image Board and Booru browser
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
375 B

[tool.poetry]
name = "Renku"
version = "0.1.0"
description = "A booru and image board browser"
authors = ["Drew Short <warrick@sothr.com>"]
license = "GPL-3.0-only"
[tool.poetry.dependencies]
python = "^3.6"
PyQt5 = "5.15.0"
[tool.poetry.dev-dependencies]
pytest = "^5.4.3"
nuitka = "^0.6.8"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"