Skip to content

Commit

Permalink
fixed setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
redsolvent committed Aug 23, 2018
1 parent 88bb735 commit 963b18c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions imago/imago.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ def main(args=None):
# Twitter: @solventred #
##################################################
"""
if args is None:
args = sys.argv[1:]
parser = argparse.ArgumentParser()
parser.add_argument('-i','--input', help='Input directory path', type=str, required=True)
parser.add_argument('-x','--exif', help='Extract exif metadata', action='store_true')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
EMAIL = '[email protected]'
AUTHOR = 'Matteo Redaelli'
REQUIRES_PYTHON = '>=2.7.0'
VERSION = '1.0.3'
VERSION = '1.0.5'

REQUIRED = ['exifread==2.1.2', 'python-magic==0.4.15','argparse==1.4.0','pillow==5.2.0','nudepy==0.4','imagehash==4.0','geopy==1.16.0']

Expand Down

0 comments on commit 963b18c

Please sign in to comment.