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:
parent
66f1254001
commit
934c7992c1
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -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'
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue