Skip to content

Commit 439ea91

Browse files
committed
Update dependencies to baseline on Ubuntu 18.04
1 parent 80a4fcb commit 439ea91

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

setup.py

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212
description='Python XML Signature library',
1313
long_description=open('README.rst').read(),
1414
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'
2222
],
2323
extras_require={
2424
':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'
2727
]
2828
},
2929
packages=find_packages(exclude=['test']),
@@ -41,6 +41,8 @@
4141
'Programming Language :: Python :: 2.7',
4242
'Programming Language :: Python :: 3.4',
4343
'Programming Language :: Python :: 3.5',
44+
'Programming Language :: Python :: 3.6',
45+
'Programming Language :: Python :: 3.7',
4446
'Topic :: Software Development :: Libraries :: Python Modules'
4547
]
4648
)

0 commit comments

Comments
 (0)