qt5base-lts/util/cmake/Pipfile
Frederik Gladhorn cac594683d Add a makefile to conveniently run python tests
Change-Id: I9b1bbc9b21d9292eac60715116f02533563fa606
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2019-10-10 13:47:24 +00:00

18 lines
220 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pyparsing = "*"
sympy = "*"
mypy = "*"
pytest = "*"
pytest-cov = "*"
flake8 = "*"
[dev-packages]
[requires]
python_version = "3.7"