mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 03:59:59 +08:00
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"
|