441a9f562e
Change-Id: I0b377e042a7abe69664776a6676df53e601c07af Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
19 lines
238 B
TOML
19 lines
238 B
TOML
[[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"
|