Skip to content

Commit

Permalink
add imdbpy, pyyaml deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraymer committed Mar 27, 2016
1 parent 7e7ca84 commit e591a24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flinck/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from config import config
from linker import Linker

__version__ = '0.1.1'
__version__ = '0.1.2'
__author__ = 'Fabrice Laporte <[email protected]>'


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def publish():
],
},

install_requires=[],
install_requires=['imdbpy', 'pyyaml'],

classifiers=[
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit e591a24

Please sign in to comment.