diff --git a/setup.py b/setup.py index 58a2d58..158e93d 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ # Project uses reStructuredText, so ensure that the docutils get # installed or upgraded on the target machine - install_requires = ['setuptools', 'pyCrypto', 'pyasn1', 'pyscard', 'PIL'], + install_requires = ['setuptools', 'PyCryptodome', 'pyasn1', 'pyscard', 'Pillow'], package_data = {'': ['*.py'], 'pypassport': ['README', 'LICENSE'],