blob: 84df212a1379957b3c58a1b430b3693fb645df98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- a/gns3-gui-3.0.4/requirements.txt 2025-02-25 11:24:32.000000000 +0100
+++ b/gns3-gui-3.0.4/requirements.txt 2025-02-26 19:37:19.654254140 +0100
@@ -1,6 +1,5 @@
-jsonschema>=4.23,<4.24
-sentry-sdk>=2.22,<2.23 # optional dependency
+jsonschema>=4.23
+sentry-sdk>=2.22
psutil>=7.0.0
distro>=1.9.0
-truststore>=0.10.1; python_version >= '3.10'
-importlib-resources>=1.3; python_version < '3.9'
+truststore>=0.10.1
|