From 560535619861de13932948a07e0e8d12c828c307 Mon Sep 17 00:00:00 2001 From: roeften <3620308+roeften@users.noreply.github.com> Date: Sun, 28 Oct 2018 22:54:55 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'],