From b26fa128552ae233f8c188e9d4c2c5d8c888afb3 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 26 Aug 2024 19:55:20 -0400 Subject: [PATCH] Add some dependencies --- __init__.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/__init__.py b/__init__.py index e374d5c5..89c051cc 100644 --- a/__init__.py +++ b/__init__.py @@ -1,3 +1,13 @@ +__requires__ = [ + "jaraco.envs>=2.4; extra == 'test'", + "jaraco.path; extra == 'test'", + "jaraco.text; extra == 'test'", + "path >= 10.6; extra == 'test'", + "docutils; extra == 'test'", + "pyfakefs; extra == 'test'", + "more_itertools; extra == 'test'", +] + import importlib import sys