Skip to content

Commit

Permalink
importlib-resources is needed for Py < 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaushik Ghose committed Jan 5, 2021
1 parent 752b3cb commit dcad27b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@
install_requires=[
"ruamel.yaml == 0.16.12",
],
extras_require={':python_version<"3.7"': ['importlib-resources']},
)

0 comments on commit dcad27b

Please sign in to comment.