mirror of
https://github.com/CMiksche/gitea-auto-update
synced 2025-12-10 07:57:23 +01:00
19 lines
243 B
TOML
19 lines
243 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
requests = "*"
|
|
packaging = "*"
|
|
fire = "*"
|
|
configparser = "*"
|
|
gitlint = "*"
|
|
pylint = "*"
|
|
pre-commit = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|