Skip to content

Commit

Permalink
Add 'importlib_resources' to dependencies for Python versions <= 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinevg committed Jul 9, 2024
1 parent 7cb0abb commit f1fb923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifiers = [
'Topic :: Scientific/Engineering',
]
dependencies = [
"importlib_resources; python_version<'3.9'",
"pyusb>1.1.1",
"pyvcd>=0.2.4",
"prompt-toolkit>3.0.16",
Expand Down

0 comments on commit f1fb923

Please sign in to comment.