mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 11:16:14 +02:00
Added a missing dependency in the setup.py file.
This commit is contained in:
parent
76fd4a0cbb
commit
42571faaaa
3 changed files with 8 additions and 3 deletions
4
setup.py
4
setup.py
|
@ -27,7 +27,7 @@ scripts = [
|
|||
'bin/steganalysis-statistics'
|
||||
]
|
||||
|
||||
requires = ['pillow', 'piexif']
|
||||
requires = ['pillow', 'piexif', 'crayons']
|
||||
|
||||
with open('README.rst', 'r') as f:
|
||||
readme = f.read()
|
||||
|
@ -36,7 +36,7 @@ with open('CHANGELOG.rst', 'r') as f:
|
|||
|
||||
setup(
|
||||
name='Stegano',
|
||||
version='0.6.6',
|
||||
version='0.6.7',
|
||||
author='Cédric Bonhomme',
|
||||
author_email='cedric@cedricbonhomme.org',
|
||||
packages=packages,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue