Skip to content

Commit

Permalink
setup.py: Remove id3c as a requirement
Browse files Browse the repository at this point in the history
The core id3c package is technically required for id3c-customizations,
but the editable install of id3c through pipenv does not resolve this
dependency. Details can be found in the open issue here:
pypa/pipenv#4235
  • Loading branch information
joverlee521 committed Oct 6, 2020
1 parent 90a7f94 commit 548ffb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
python_requires = ">=3.6",

install_requires = [
"id3c >=2020.2",
# "id3c >=2020.2", ID3C is a required dependency, but this doesn't resolve with pipenv editable installs
"click >=7.0",
"regex",
"requests",
Expand Down

0 comments on commit 548ffb4

Please sign in to comment.