gns3-server/requirements.txt
2024-12-28 18:23:46 +07:00

25 lines
698 B
Plaintext

uvicorn==0.33.0 # uvicorn 0.33 is the last version supporting Python 3.8
pydantic==2.10.4
fastapi==0.115.6
python-multipart==0.0.20
websockets==14.1
aiohttp>=3.10.10,<3.11
async-timeout==5.0.1; python_version < '3.11'
aiofiles>=24.1.0,<25.0
Jinja2>=3.1.5,<3.2
sentry-sdk>=2.19.2,<2.20 # optional dependency
psutil>=6.1.1
distro>=1.9.0
py-cpuinfo>=9.0.0,<10.0
sqlalchemy==2.0.36
aiosqlite==0.20.0
alembic==1.14.0
bcrypt==4.2.1
python-jose[cryptography]==3.3.0
email-validator==2.2.0
watchfiles==1.0.3
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.0; python_version >= '3.10'