summaryrefslogtreecommitdiffstats
path: root/util/cmake/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'util/cmake/Pipfile')
-rw-r--r--util/cmake/Pipfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/util/cmake/Pipfile b/util/cmake/Pipfile
new file mode 100644
index 0000000000..21c18f4743
--- /dev/null
+++ b/util/cmake/Pipfile
@@ -0,0 +1,18 @@
+[[source]]
+url = "https://pypi.org/simple"
+verify_ssl = true
+name = "pypi"
+
+[packages]
+pyparsing = "*"
+sympy = "*"
+mypy = "*"
+pytest = "*"
+pytest-cov = "*"
+flake8 = "*"
+portalocker = "*"
+
+[dev-packages]
+
+[requires]
+python_version = "3.7"