aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2019-11-16 19:57:46 -0700
committerTim Harder <radhermit@gmail.com>2019-11-16 19:57:46 -0700
commit9f9b00f29142d00d848212a376bb88dd50a9ffbd (patch)
treec968eef8b04f2b40f66d36b90b4c54c585a29d81 /pyproject.toml
parentignore .gitignore matches for PkgDirCheck and RepoDirCheck results (diff)
downloadpkgcheck-9f9b00f29142d00d848212a376bb88dd50a9ffbd.tar.gz
pkgcheck-9f9b00f29142d00d848212a376bb88dd50a9ffbd.tar.bz2
pkgcheck-9f9b00f29142d00d848212a376bb88dd50a9ffbd.zip
pyproject.toml: explicitly add module deps
As they're required to build wheels due to how the pkgcheck._const module is constructed.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 41b3dbf9..f02abed0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,9 @@
[build-system]
requires = [
"wheel", "setuptools",
+ "chardet",
+ "lxml",
+ "pathspec",
"https://github.com/pkgcore/snakeoil/archive/master.tar.gz#egg=snakeoil",
"https://github.com/pkgcore/pkgcore/archive/master.tar.gz#egg=pkgcore",
]