mirror of
https://github.com/actions/setup-python.git
synced 2025-07-01 23:23:46 +00:00
add dependency files
This commit is contained in:
parent
3359e9559b
commit
aced1b614a
5 changed files with 490 additions and 243 deletions
13
__tests__/data/Pipfile
Normal file
13
__tests__/data/Pipfile
Normal file
|
@ -0,0 +1,13 @@
|
|||
[[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 = "*"
|
Loading…
Add table
Add a link
Reference in a new issue