Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
roeften authored Oct 28, 2018
1 parent d8d423f commit 5605356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 5605356

Please sign in to comment.