Skip to content

Commit

Permalink
pipenv update
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Feb 21, 2021
1 parent ad22542 commit 81fedf9
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ yamllint = "*"
py2exe = "*"

[packages]
# this should match file setup.py
# XXX: this should match file setup.py
attrs = "~=20.3"
discogs-client = "~=2.3"
musicbrainzngs = "~=0.7"
Expand Down
66 changes: 65 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@
long_description_content_type="text/markdown",
license="Apache License 2.0 (Apache-2.0)",
install_requires=[
# this should match file Pipefile
"attrs == 20.3.0",
"musicbrainzngs == 0.7.1",
"mutagen == 1.45.1",
"Pillow == 8.1.0",
# XXX: this should match file Pipefile
"attrs ~= 20.3",
"discogs-client ~=2.3",
"musicbrainzngs ~= 0.7",
"mutagen ~= 1.45",
"Pillow ~= 8.1",
"tabulate == 0.8.7",
],
setup_requires=["wheel"],
Expand Down

0 comments on commit 81fedf9

Please sign in to comment.