Skip to content

Commit c5d1b06

Browse files
maxamelMax Amelchenko
andauthored
Limit lib of importlib-resources version (#136)
Co-authored-by: Max Amelchenko <mamelchenko@paloaltonetworks.com>
1 parent 91caf11 commit c5d1b06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Place dependencies in this file, following the distutils format:
22
# http://docs.python.org/2/distutils/setupscript.html#relationships-between-distributions-and-packages
33
lark>=1.0.0
4-
importlib-resources>=2.0.0; python_version < '3.9'
4+
importlib-resources>=2.0.0,<7.0.0; python_version < '3.9'

0 commit comments

Comments
 (0)