mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
pillow should be use instead of PIL when installin Stegano.
This commit is contained in:
parent
dfed0dd8d4
commit
349e728d10
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ from distutils.core import setup
|
|||
import os
|
||||
import shutil
|
||||
|
||||
requires = ['PIL']
|
||||
requires = ['pillow']
|
||||
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue