File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1414 python_requires = ">=3.7" ,
1515 install_requires = [
1616 # 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 " ,
1919 "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 " ,
2222 # "tsp-client >= 0.1.3",
2323 ],
2424 extras_require = {
4747 "Programming Language :: Python :: 3.9" ,
4848 "Programming Language :: Python :: 3.10" ,
4949 "Programming Language :: Python :: 3.11" ,
50+ "Programming Language :: Python :: 3.12" ,
5051 "Topic :: Software Development :: Libraries :: Python Modules" ,
5152 ],
5253)
You can’t perform that action at this time.
0 commit comments