blob: c57adf8efe19ae7325cda3caaf24f855d0090a43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
--- a/gns3-server-3.0.5/requirements.txt 2025-05-14 19:11:44.000000000 +0200
+++ b/gns3-server-3.0.5/requirements.txt 2025-05-26 21:28:26.161019490 +0200
@@ -1,26 +1,23 @@
-uvicorn==0.34.2 # uvicorn 0.33 is the last version supporting Python 3.8
-pydantic==2.11.4
-fastapi==0.115.12
-python-multipart==0.0.20
-websockets==15.0.1
-aiohttp>=3.11.16,<3.12
-async-timeout==5.0.1; python_version < '3.11'
-aiofiles>=24.1.0,<25.0
-Jinja2>=3.1.6,<3.2
-sentry-sdk>=2.26.1,<2.27 # optional dependency
+uvicorn>=0.34.0
+pydantic>=2.11.4
+fastapi>=0.115.12
+python-multipart>=0.0.20
+websockets>=15.0.1
+aiohttp>=3.11.16
+aiofiles>=24.1.0
+Jinja2>=3.1.6
+sentry-sdk>=2.26.1
psutil>=7.0.0
-async-timeout>=5.0.1,<5.1
distro>=1.9.0
-py-cpuinfo>=9.0.0,<10.0
-greenlet==3.2.0 # necessary to run sqlalchemy on Python 3.13
-sqlalchemy==2.0.40
-aiosqlite==0.21.0
-alembic==1.15.2
-bcrypt==4.3.0
-joserfc==1.0.4
-email-validator==2.2.0
-watchdog==6.0.0
-zstandard==0.23.0
-platformdirs>=2.4.0,<3 # platformdirs >=3 conflicts when building Debian packages
-importlib-resources>=1.3; python_version <= '3.9'
-truststore>=0.10.1; python_version >= '3.10'
+py-cpuinfo>=9.0.0
+greenlet>=3.2.0
+sqlalchemy>=2.0.40
+aiosqlite>=0.21.0
+alembic>=1.15.2
+bcrypt>=4.3.0
+joserfc>=1.0.4
+email-validator>=2.2.0
+watchdog>=6.0.0
+zstandard>=0.23.0
+platformdirs>=2.4.0
+truststore>=0.10.1
|