mirror of
https://github.com/ChronosX88/yggdrasil-desktop.git
synced 2024-11-21 23:52:18 +00:00
15 lines
174 B
TOML
15 lines
174 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
pyside6 = "*"
|
|
xdg = "*"
|
|
|
|
[dev-packages]
|
|
mypy = "*"
|
|
|
|
[requires]
|
|
python_version = "3.10"
|