mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-10 06:48:19 +02:00
adding correct requirements
This commit is contained in:
parent
e1036c78f0
commit
6b707a9dcd
2 changed files with 3 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -45,6 +45,7 @@ setup(
|
|||
],
|
||||
packages=find_packages(),
|
||||
install_requires=[
|
||||
'six>=1.6.1'
|
||||
'six>=1.6.1',
|
||||
'future>=0.15.2'
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue