mirror of
https://github.com/rjNemo/vf-site
synced 2026-06-06 09:16:39 +00:00
14 lines
202 B
TOML
14 lines
202 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
jinja2 = "*"
|
|
|
|
[dev-packages]
|
|
black = {extras = ["d"], version = "*"}
|
|
ruff = "*"
|
|
|
|
[requires]
|
|
python_version = "3.9"
|