4
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2025-11-10 15:06:57 +00:00
setup-python/__tests__/data/Pipfile
2022-04-03 19:19:14 +02:00

13 lines
No EOL
169 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
numpy = "1.22.3"
pandas = "1.4.2"
[dev-packages]
[requires]
python_version = "*"