cac594683d
Change-Id: I9b1bbc9b21d9292eac60715116f02533563fa606 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
18 lines
220 B
TOML
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"
|