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