mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-07-14 21:13:52 +02:00
13 lines
173 B
Text
13 lines
173 B
Text
![]() |
[[source]]
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
name = "pypi"
|
||
|
|
||
|
[packages]
|
||
|
flake8 = "==4.0.1"
|
||
|
numpy = "==1.23.0"
|
||
|
|
||
|
[dev-packages]
|
||
|
|
||
|
[requires]
|
||
|
python_version = "*"
|