1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Update setup.py

This commit is contained in:
Manuel Gomez 2019-04-09 15:41:59 +02:00 committed by GitHub
parent 66f1254001
commit 934c7992c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +54,7 @@ setup(
packages=find_packages(),
include_package_data=True,
install_requires=[
'six>=1.6.1'
'six>=1.6.1',
'pycrypto==2.6.1'
]
)