2020-12-19 03:17:52 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "munyal"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "Client of Munyal - A selfhosted cloud storage"
|
2020-12-21 18:36:47 +00:00
|
|
|
authors = [
|
|
|
|
"kirbylife <kirbylife@protonmail.com>",
|
|
|
|
"Pedro Luis López Gaitán <lopezgaytanpedroluis@gmail.com>"
|
|
|
|
]
|
2020-12-19 03:17:52 +00:00
|
|
|
license = "GPL v2.0"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.9"
|
|
|
|
websocket_client = "^0.57.0"
|
|
|
|
tcping = "^0.1.1-rc.1"
|
|
|
|
requests = "^2.25.1"
|
|
|
|
pystray = "^0.17.2"
|
2020-12-21 18:36:47 +00:00
|
|
|
PyGObject = "^3.38.0"
|
2020-12-19 03:17:52 +00:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
2020-12-19 22:48:55 +00:00
|
|
|
Nuitka = "^0.6.10"
|
2020-12-21 18:36:47 +00:00
|
|
|
ipython = "^7.19.0"
|
2020-12-19 22:48:55 +00:00
|
|
|
|
|
|
|
[tool.poetry.scripts]
|
|
|
|
client = "munyal:run_client"
|
|
|
|
config = "munyal:run_config"
|
2020-12-19 03:17:52 +00:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|