mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 17:55:27 +00:00
23 lines
310 B
TOML
23 lines
310 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
requests = "~= 2.31"
|
|
|
|
[dev-packages]
|
|
pyinstaller = "*"
|
|
build = "*"
|
|
|
|
[requires]
|
|
python_version = "3.9"
|
|
python_full_version = "3.9.16"
|
|
|
|
[webview]
|
|
pywebview = "~= 4.1"
|
|
|
|
[webview_gtk]
|
|
pywebview = "~= 4.1"
|
|
pygobject = "~= 3.44"
|