mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-07 07:41:35 +00:00
14 lines
184 B
TOML
14 lines
184 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[packages]
|
|
black = "==22.3.0"
|
|
pylint = "*"
|
|
requests = "*"
|
|
pip = ">=21.1"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|