Skip to content

Commit

Permalink
limit importlib-resources version
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Amelchenko committed Dec 11, 2023
1 parent 91caf11 commit d94ee20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Place dependencies in this file, following the distutils format:
# http://docs.python.org/2/distutils/setupscript.html#relationships-between-distributions-and-packages
lark>=1.0.0
importlib-resources>=2.0.0; python_version < '3.9'
importlib-resources>=2.0.0,<7.0.0; python_version < '3.9'

0 comments on commit d94ee20

Please sign in to comment.