We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2bf5a4 commit 4e262dbCopy full SHA for 4e262db
setup.py
@@ -12,10 +12,12 @@
12
description='Python XML Signature library',
13
long_description=open('README.rst').read(),
14
install_requires=[
15
+ # Dependencies are restricted by major version range according to semver.
16
+ # By default, version minimums are set to be compatible with the oldest supported Ubuntu LTS (currently 18.04).
17
'lxml >= 4.2.1, < 5',
18
'eight >= 0.4.2, < 2',
19
'cryptography >= 2.1.4, < 4',
- 'pyOpenSSL >= 17.5.0, < 20',
20
+ 'pyOpenSSL >= 17.5.0, < 21',
21
'certifi >= 2018.1.18'
22
],
23
extras_require={
0 commit comments