94a69d383b
This currently uses localhost:8080 hosted providers to facilitate testing.
24 lines
474 B
TOML
24 lines
474 B
TOML
[tool.poetry]
|
|
name = "ikinuki-client"
|
|
version = "0.1.0"
|
|
description = "A example of using python-mpv with QML and PyQt5"
|
|
authors = ["restitux <restitux@ohea.xyz>"]
|
|
license = "GPLv3"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
python-mpv = "^0.5.2"
|
|
PyQt5 = "^5.15.1"
|
|
requests = "^2.28.1"
|
|
|
|
|
|
[tool.poetry.scripts]
|
|
ikinuki-client = 'ikinuki_client.__main__:main'
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|