Skip to content

Commit

Permalink
Limit lib of importlib-resources version (#136)
Browse files Browse the repository at this point in the history
Co-authored-by: Max Amelchenko <[email protected]>
  • Loading branch information
maxamel and Max Amelchenko authored Dec 11, 2023
1 parent 91caf11 commit c5d1b06
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 c5d1b06

Please sign in to comment.