summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorkamijin_fanta <kamijin@live.jp>2019-01-30 16:37:47 +0900
committerChristian Poessinger <christian@poessinger.com>2019-01-30 08:37:47 +0100
commit959d96ceb38080748b6d195031a8013eb4a67f3b (patch)
tree6e82034b3fb51acf4e0595317b12fe4f3aa2b1d2 /Pipfile
parentcc07c4727bdffb4c220ce28ab9f697b01fe4afb7 (diff)
downloadvyos-1x-959d96ceb38080748b6d195031a8013eb4a67f3b.tar.gz
vyos-1x-959d96ceb38080748b6d195031a8013eb4a67f3b.zip
Add build time tests for NTP
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
new file mode 100644
index 000000000..5bb9fb73d
--- /dev/null
+++ b/Pipfile
@@ -0,0 +1,17 @@
+[[source]]
+name = "pypi"
+url = "https://pypi.org/simple"
+verify_ssl = true
+
+[dev-packages]
+lxml = "*"
+pylint = "*"
+nose = "*"
+coverage = "*"
+
+[packages]
+vyos = {file = "./python"}
+jinja2 = "*"
+
+[requires]
+python_version = "3.6"