mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
Update requirements.txt & python_requires
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
jsonschema==4.25.1; python_version == '3.9' # 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
|
||||||
jsonschema>=4.26.0,<4.27; python_version >= '3.10'
|
jsonschema>=4.26.0,<4.27; python_version >= '3.10'
|
||||||
sentry-sdk>=2.52.0,<3 # optional dependency
|
sentry-sdk>=2.59.0,<3 # optional dependency
|
||||||
psutil>=7.2.2
|
psutil>=7.2.2
|
||||||
distro>=1.9.0
|
distro>=1.9.0
|
||||||
truststore>=0.10.4; python_version >= '3.10'
|
truststore>=0.10.4; python_version >= '3.10'
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -79,7 +79,7 @@ setup(
|
|||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
package_data={"gns3": ["configs/*.txt", "schemas/*.json"]},
|
package_data={"gns3": ["configs/*.txt", "schemas/*.json"]},
|
||||||
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",
|
||||||
|
|||||||
Reference in New Issue
Block a user