aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'python/Pipfile')
-rw-r--r--python/Pipfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/python/Pipfile b/python/Pipfile
index 3d39fa5..c3929b3 100644
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -18,10 +18,12 @@ pytest-mock = "*"
pylint = "*"
ipython = "*"
mypy = "*"
-pytype = "*"
flake8 = "*"
flake8-annotations = "*"
+# pytype is failing to install on xenial VMs
+#pytype = "*"
+
[packages]
requests = ">=2"
raven = {extras = ['flask'],version = "*"}