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
40263b6670
commit
3e9d680a25
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -55,6 +55,7 @@ setup(
|
|||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
'six>=1.6.1'
|
||||
'six>=1.6.1',
|
||||
'wheel',
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue