mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 04:20:14 +03:00
Update requirements.txt & python_requires
This commit is contained in:
parent
72f64ee60b
commit
163d4e0534
@ -1,10 +1,11 @@
|
|||||||
jsonschema>=4.25.1,<4.26 # version 4.25.1 is the last to support Python 3.9
|
jsonschema==4.25.1; python_version == '3.9' # version 4.25.1 is the last to support Python 3.9
|
||||||
aiohttp>=3.13.3,<3.14
|
jsonschema>=4.26.0,<4.27; python_version >= '3.10'
|
||||||
|
aiohttp>=3.13.5,<3.14
|
||||||
aiohttp-cors>=0.8.1,<0.9
|
aiohttp-cors>=0.8.1,<0.9
|
||||||
aiofiles>=25.1.0,<26.0
|
aiofiles>=25.1.0,<26.0
|
||||||
Jinja2>=3.1.6,<3.2
|
Jinja2>=3.1.6,<3.2
|
||||||
sentry-sdk>=2.50.0,<3 # optional dependency
|
sentry-sdk>=2.59.0,<3 # optional dependency
|
||||||
psutil>=7.2.1
|
psutil>=7.2.2
|
||||||
async-timeout>=5.0.1,<5.1 # this library has effectively been upstreamed into Python 3.11+
|
async-timeout>=5.0.1,<5.1 # this library has effectively been upstreamed into Python 3.11+
|
||||||
distro>=1.9.0
|
distro>=1.9.0
|
||||||
py-cpuinfo>=9.0.0,<10.0
|
py-cpuinfo>=9.0.0,<10.0
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -64,7 +64,7 @@ setup(
|
|||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
platforms="any",
|
platforms="any",
|
||||||
python_requires=">=3.8",
|
python_requires=">=3.9",
|
||||||
setup_requires=["setuptools>=45.2"],
|
setup_requires=["setuptools>=45.2"],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user