diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2021-02-20 12:40:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-20 12:40:33 -0500 |
commit | 23cae26198fdda29e75cd0c1076ad601b0532d6b (patch) | |
tree | 6edc8eb30726c2f50aa63dac515e06998e46647c | |
parent | 346d98c700e2048bc7667970f23694d17d2c5642 (diff) | |
download | python-setuptools-git-23cae26198fdda29e75cd0c1076ad601b0532d6b.tar.gz |
Pin minimum jaraco.path version
Co-authored-by: Benoit Pierre <benoit.pierre@gmail.com>
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ testing = pip>=19.1 # For proper file:// URLs support. jaraco.envs pytest-xdist - jaraco.path + jaraco.path>=3.2.0 docs = # Keep these in sync with docs/requirements.txt |