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

4 years ago
  1. [tool.poetry]
  2. name = "Renku"
  3. version = "0.1.0"
  4. description = "A booru and image board browser"
  5. authors = ["Drew Short <warrick@sothr.com>"]
  6. license = "GPL-3.0-only"
  7. [tool.poetry.dependencies]
  8. python = "^3.6"
  9. PyQt5 = "5.15.0"
  10. [tool.poetry.dev-dependencies]
  11. pytest = "^5.4.3"
  12. nuitka = "^0.6.8"
  13. [build-system]
  14. requires = ["poetry>=0.12"]
  15. build-backend = "poetry.masonry.api"