mirror of
https://github.com/CMiksche/gitea-auto-update
synced 2026-06-09 17:22:24 +02:00
b92496fc0d
Follow Python Enhancement Proposals and add PyLint to enforce them.
18 lines
226 B
TOML
18 lines
226 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
requests = "*"
|
|
packaging = "*"
|
|
fire = "*"
|
|
configparser = "*"
|
|
gitlint = "*"
|
|
pylint = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|