Skip to content

Commit

Permalink
installation: isbnid library change
Browse files Browse the repository at this point in the history
* INCOMPATIBLE Moves from isbnid (v0.3.4) to isbnid_fork (v0.4.4) library

Signed-off-by: Riccardo Candido <riccardo.candido@gmail.com>
  • Loading branch information
rikirenz authored and lnielsen committed Jan 19, 2017
1 parent b68e530 commit c2a757a
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 @@ -23,7 +23,7 @@

install_requires = [
'six>=1.7.2',
'isbnid>=0.3.4',
'isbnid_fork>=0.4.4',
]

tests_require = [
Expand Down

0 comments on commit c2a757a

Please sign in to comment.