1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-03-04 10:16:04 +00:00
gns3-server/requirements.txt

26 lines
738 B
Plaintext
Raw Normal View History

2025-02-22 11:10:33 +00:00
uvicorn==0.34.0 # uvicorn 0.33 is the last version supporting Python 3.8
pydantic==2.10.6
fastapi==0.115.8
2024-12-28 11:21:18 +00:00
python-multipart==0.0.20
2025-02-22 11:10:33 +00:00
websockets==15.0
aiohttp>=3.11.12,<3.13
2024-12-28 11:21:18 +00:00
async-timeout==5.0.1; python_version < '3.11'
aiofiles>=24.1.0,<25.0
2024-12-28 11:21:18 +00:00
Jinja2>=3.1.5,<3.2
2025-02-22 11:10:33 +00:00
sentry-sdk>=2.22,<2.23 # optional dependency
psutil>=7.0.0
distro>=1.9.0
2022-11-07 13:48:45 +00:00
py-cpuinfo>=9.0.0,<10.0
2024-12-30 08:45:17 +00:00
greenlet==3.1.1 # necessary to run sqlalchemy on Python 3.13
2025-02-22 11:10:33 +00:00
sqlalchemy==2.0.38
aiosqlite==0.21.0
alembic==1.14.1
2024-12-28 11:21:18 +00:00
bcrypt==4.2.1
2025-02-22 11:10:33 +00:00
joserfc==1.0.3
2024-08-03 14:35:17 +00:00
email-validator==2.2.0
watchdog==6.0.0
2024-08-03 14:35:17 +00:00
zstandard==0.23.0
platformdirs>=2.4.0,<3 # platformdirs >=3 conflicts when building Debian packages
importlib-resources>=1.3; python_version <= '3.9'
2025-02-22 11:10:33 +00:00
truststore>=0.10.1; python_version >= '3.10'