|
12 | 12 | description='Python XML Signature library', |
13 | 13 | long_description=open('README.rst').read(), |
14 | 14 | install_requires=[ |
15 | | - 'lxml >= 3.5.0, < 4', |
16 | | - 'defusedxml >= 0.4.1, < 0.6', |
17 | | - 'eight >= 0.3.0, < 0.5', |
18 | | - 'cryptography >= 1.8, < 2.1', |
| 15 | + 'lxml >= 3.5.0, < 5', |
| 16 | + 'defusedxml >= 0.4.1, < 1', |
| 17 | + 'eight >= 0.3.0, < 1', |
| 18 | + 'cryptography >= 1.8, < 3', |
19 | 19 | 'asn1crypto >= 0.21.0', |
20 | 20 | 'pyOpenSSL >= 0.15.1, < 18', |
21 | 21 | 'certifi >= 2015.11.20.1' |
22 | 22 | ], |
23 | 23 | extras_require={ |
24 | | - ':python_version == "2.7"': ['enum34 >= 1.0.4'], |
25 | | - ':python_version == "3.3"': ['enum34 >= 1.0.4'] |
| 24 | + ':python_version == "2.7"': ['enum34 >= 1.0.4'] |
26 | 25 | }, |
27 | 26 | packages=find_packages(exclude=['test']), |
28 | 27 | platforms=['MacOS X', 'Posix'], |
|
37 | 36 | 'Operating System :: POSIX', |
38 | 37 | 'Programming Language :: Python', |
39 | 38 | 'Programming Language :: Python :: 2.7', |
40 | | - 'Programming Language :: Python :: 3.3', |
41 | 39 | 'Programming Language :: Python :: 3.4', |
42 | 40 | 'Programming Language :: Python :: 3.5', |
43 | 41 | 'Topic :: Software Development :: Libraries :: Python Modules' |
|
0 commit comments