diff options
author | Tim Harder <radhermit@gmail.com> | 2019-11-12 15:03:57 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2019-11-12 15:03:57 -0700 |
commit | 49d5e8a78cabdc493d1f763fd0afe165ace006a8 (patch) | |
tree | 9788c65fe966fb95086c441c60229dc869fcea4e /pyproject.toml | |
parent | tests: add test data for UnknownProfileUse results (diff) | |
download | pkgcheck-49d5e8a78cabdc493d1f763fd0afe165ace006a8.tar.gz pkgcheck-49d5e8a78cabdc493d1f763fd0afe165ace006a8.tar.bz2 pkgcheck-49d5e8a78cabdc493d1f763fd0afe165ace006a8.zip |
bump required pkgcore version
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 24dacd50..170f961f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["wheel", "setuptools", "snakeoil~=0.8.3", "pkgcore~=0.10.7"] +requires = ["wheel", "setuptools", "snakeoil~=0.8.3", "pkgcore~=0.10.8"] build-backend = "setuptools.build_meta" |