aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2019-10-05 04:55:52 -0600
committerTim Harder <radhermit@gmail.com>2019-10-05 04:56:35 -0600
commitcc1bbedd530a33b73051d5f3b3103185847e66c1 (patch)
tree8ec6e820f8a3c19c570ed9ab2c8ecf34f81a2347 /pyproject.toml
parentnet: suppress all urllib3 logging at import (diff)
downloadpkgcheck-cc1bbedd530a33b73051d5f3b3103185847e66c1.tar.gz
pkgcheck-cc1bbedd530a33b73051d5f3b3103185847e66c1.tar.bz2
pkgcheck-cc1bbedd530a33b73051d5f3b3103185847e66c1.zip
revert snakeoil dep bump
Since lazy importing was dropped, a newer version of snakeoil is no longer needed.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 257065d3..e636c3ad 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,3 @@
[build-system]
-requires = ["wheel", "setuptools", "snakeoil~=0.8.4", "pkgcore~=0.10.6"]
+requires = ["wheel", "setuptools", "snakeoil~=0.8.3", "pkgcore~=0.10.6"]
build-backend = "setuptools.build_meta"