Skip to content

Commit

Permalink
Add some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 26, 2024
1 parent 4dd2960 commit b26fa12
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit b26fa12

Please sign in to comment.