File: Pipfile

package info (click to toggle)
network-runner 0.3.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 700 kB
  • sloc: python: 1,356; makefile: 8; sh: 2
file content (15 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
pytest = "*"
mock = "*"
tox = "*"

[packages]
ansible-runner = "*"
ansible = "*"
paramiko = "*"
pytest-cov = "*"