|
12 | 12 | description='Python XML Signature library',
|
13 | 13 | long_description=open('README.rst').read(),
|
14 | 14 | install_requires=[
|
15 |
| - 'lxml >= 3.5.0, < 5', |
16 |
| - 'defusedxml >= 0.4.1, < 1', |
17 |
| - 'eight >= 0.3.0, < 1', |
18 |
| - 'cryptography >= 1.8, < 3', |
19 |
| - 'asn1crypto >= 0.21.0', |
20 |
| - 'pyOpenSSL >= 0.15.1, < 18', |
21 |
| - 'certifi >= 2015.11.20.1' |
| 15 | + 'lxml >= 4.2.1, < 5', |
| 16 | + 'defusedxml >= 0.5.0, < 1', |
| 17 | + 'eight >= 0.4.2, < 1', |
| 18 | + 'cryptography >= 2.1.4, < 3', |
| 19 | + 'asn1crypto >= 0.24.0', |
| 20 | + 'pyOpenSSL >= 17.5.0, < 19', |
| 21 | + 'certifi >= 2018.1.18' |
22 | 22 | ],
|
23 | 23 | extras_require={
|
24 | 24 | ':python_version == "2.7"': [
|
25 |
| - 'enum34 >= 1.0.4', |
26 |
| - 'ipaddress >= 1.0.19, < 2' |
| 25 | + 'enum34 >= 1.1.6, < 2', |
| 26 | + 'ipaddress >= 1.0.17, < 2' |
27 | 27 | ]
|
28 | 28 | },
|
29 | 29 | packages=find_packages(exclude=['test']),
|
|
41 | 41 | 'Programming Language :: Python :: 2.7',
|
42 | 42 | 'Programming Language :: Python :: 3.4',
|
43 | 43 | 'Programming Language :: Python :: 3.5',
|
| 44 | + 'Programming Language :: Python :: 3.6', |
| 45 | + 'Programming Language :: Python :: 3.7', |
44 | 46 | 'Topic :: Software Development :: Libraries :: Python Modules'
|
45 | 47 | ]
|
46 | 48 | )
|
0 commit comments