Skip to content
Prev Previous commit
Next Next commit
Add pyparser dependency to pyproject.toml
  • Loading branch information
filmor committed Dec 9, 2020
commit fabe401778dd729d18c8432d44c1d26e22f8c8fa
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[build-system]
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"]
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4", "pycparser"]
build-backend = "setuptools.build_meta"