mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Actually fixing Python 3 support; verified both IMAP and POP3. Fixes #13 (seriously this time).
This commit is contained in:
parent
4002d5c222
commit
3b2d60a903
9 changed files with 145 additions and 16 deletions
1
setup.py
1
setup.py
|
|
@ -2,6 +2,7 @@ from setuptools import setup
|
|||
|
||||
tests_require = [
|
||||
'django',
|
||||
'mock',
|
||||
]
|
||||
|
||||
setup(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue