Commit 2deba90 1 parent 81ca8c8 commit 2deba90 Copy full SHA for 2deba90
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 14
14
python_requires = ">=3.7" ,
15
15
install_requires = [
16
16
# Dependencies are restricted by major version range according to semver.
17
- # By default, version minimums are set to be compatible with the oldest supported Ubuntu LTS (currently 18 .04).
18
- "lxml >= 4.2.1 , < 5 " ,
17
+ # By default, version minimums are set to be compatible with the oldest supported Ubuntu LTS (currently 20 .04).
18
+ "lxml >= 4.5.0 , < 6 " ,
19
19
"cryptography >= 3.4.8" , # Set to the version in Ubuntu 22.04 due to features we need from cryptography 3.1
20
- "pyOpenSSL >= 17.5 .0" ,
21
- "certifi >= 2018.1.18 " ,
20
+ "pyOpenSSL >= 19.0 .0" ,
21
+ "certifi >= 2019.11.28 " ,
22
22
# "tsp-client >= 0.1.3",
23
23
],
24
24
extras_require = {
47
47
"Programming Language :: Python :: 3.9" ,
48
48
"Programming Language :: Python :: 3.10" ,
49
49
"Programming Language :: Python :: 3.11" ,
50
+ "Programming Language :: Python :: 3.12" ,
50
51
"Topic :: Software Development :: Libraries :: Python Modules" ,
51
52
],
52
53
)
You can’t perform that action at this time.
0 commit comments