mirror of
https://github.com/Xevion/v6-place.git
synced 2025-12-06 01:16:49 -06:00
18 lines
255 B
TOML
18 lines
255 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
multiping = "*"
|
|
pillow = "*"
|
|
websockets = "*"
|
|
python-dotenv = "*"
|
|
progressbar2 = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.11"
|
|
python_full_version = "3.11.0"
|