|
28 | 28 | license = f.read() |
29 | 29 |
|
30 | 30 | setup(name='python-slimta', |
31 | | - version='4.2.1', |
| 31 | + version='5.0.0', |
32 | 32 | author='Ian Good', |
33 | 33 | author_email='ian@icgood.net', |
34 | 34 | description='Lightweight, asynchronous SMTP libraries.', |
|
40 | 40 | packages=find_packages(), |
41 | 41 | namespace_packages=['slimta'], |
42 | 42 | install_requires=['gevent >= 1.1rc', |
43 | | - 'pysasl >= 0.4.0, < 0.5', |
44 | | - 'pycares < 3.0.0; python_version < "3.0"', |
45 | | - 'pycares >= 1; python_version >= "3.0"'], |
46 | | - extras_require={'spf': ['pyspf', 'py3dns; python_version >= "3.0"', |
47 | | - 'pydns; python_version < "3.0"', |
48 | | - 'ipaddr; python_version < "3.0"'], |
| 43 | + 'pysasl >= 0.5.0', |
| 44 | + 'pycares >= 1'], |
| 45 | + extras_require={'spf': ['pyspf', 'py3dns'], |
49 | 46 | 'redis': ['redis'], |
50 | 47 | 'aws': ['boto'], |
51 | 48 | 'disk': ['pyaio >= 0.4; platform_system == "Linux"']}, |
|
55 | 52 | 'Intended Audience :: Information Technology', |
56 | 53 | 'License :: OSI Approved :: MIT License', |
57 | 54 | 'Programming Language :: Python', |
58 | | - 'Programming Language :: Python :: 2.7', |
59 | 55 | 'Programming Language :: Python :: 3.6', |
60 | 56 | 'Programming Language :: Python :: 3.7', |
61 | 57 | 'Programming Language :: Python :: 3.8', |
|
0 commit comments