blob: 0aa2e1c86563afdc7d56c625f8f06cb623d1d46b (
plain)
1
2
3
4
5
6
7
8
9
|
[build-system]
# for Setuptools, its own requirements are build requirements,
# so keep this in sync with install_requires in setup.py.
requires = [
"wheel",
"packaging>=16.8",
"six>=1.10.0",
"appdirs>=1.4.0",
]
|