Fix python dependencies
This commit is contained in:
7
setup.py
7
setup.py
@@ -11,12 +11,15 @@ except ImportError:
|
||||
|
||||
install_requires=[
|
||||
'lxml',
|
||||
'sqlalchemy'
|
||||
'sqlalchemy',
|
||||
'transaction',
|
||||
'zope.interface',
|
||||
'zope.sqlalchemy',
|
||||
]
|
||||
|
||||
setup(
|
||||
name='DMARCReceiver',
|
||||
version='1.2',
|
||||
version='1.3',
|
||||
description='Receive DMARC reports',
|
||||
author='David Baer',
|
||||
author_email='david@amyanddavid.net',
|
||||
|
||||
Reference in New Issue
Block a user