summaryrefslogtreecommitdiffstats
path: root/util/cmake/Pipfile
blob: 21c18f4743395666e6bbcafa68a2a108b7efe0ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"