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