mirror of
https://github.com/Schroedinger-Hat/ImageGoNord-Web.git
synced 2025-10-05 15:42:44 +02:00
16 lines
198 B
TOML
16 lines
198 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
image-go-nord = "*"
|
|
|
|
[dev-packages]
|
|
pylint = "*"
|
|
autopep8 = "*"
|
|
twine = "*"
|
|
|
|
[requires]
|
|
python_version = "3.9"
|