Added pillow how dependency
This commit is contained in:
parent
475c11fbda
commit
db1ba6bd1d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -19,7 +19,7 @@ setup(name='paramecio',
|
||||||
url='http://paramecioproject.com/',
|
url='http://paramecioproject.com/',
|
||||||
packages=['paramecio'],
|
packages=['paramecio'],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=['bottle', 'mako', 'passlib', 'bcrypt', 'PyMySQL', 'beaker'],
|
install_requires=['bottle', 'mako', 'passlib', 'bcrypt', 'PyMySQL', 'beaker', 'Pillow'],
|
||||||
entry_points={'console_scripts': [
|
entry_points={'console_scripts': [
|
||||||
'paramecio = paramecio.console:start',
|
'paramecio = paramecio.console:start',
|
||||||
]},
|
]},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue