18 lines
327 B
TOML
18 lines
327 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
py-gitea = "*"
|
|
|
|
# This forces an earlier version of urllib3 that doesn't have newer strict restrictions on CA certs,
|
|
# which I believe was blocking my self-signed chains
|
|
urllib3 = "<2.4"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.14"
|
|
|