summaryrefslogtreecommitdiff
path: root/Pipfile
blob: 5a4fb6fe9359229a71ec3805fc9c55cce56228c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
lxml = "*"
pylint = "*"
nose = "*"
coverage = "*"

[packages]
vyos = {file = "./python"}
jinja2 = "*"
paramiko = "*"

[requires]
python_version = "3.6"