gns3-server/requirements.txt

24 lines
525 B
Plaintext
Raw Normal View History

uvicorn==0.29.0
2024-08-03 17:35:17 +03:00
fastapi==0.112.0
python-multipart==0.0.9
websockets==12.0
2024-08-11 20:22:20 +03:00
aiohttp>=3.9.5,<3.10
2023-08-11 11:54:05 +03:00
async-timeout==4.0.3
aiofiles>=24.1.0,<25.0
Jinja2>=3.1.4,<3.2
2024-10-26 11:22:40 +03:00
sentry-sdk>=2.17,<2.18 # optional dependency
psutil>=6.1.0
distro>=1.9.0
2022-12-22 03:42:14 +02:00
py-cpuinfo==9.0.0
sqlalchemy==2.0.31
aiosqlite==0.20.0
2024-02-15 12:42:05 +02:00
alembic==1.12.1
2024-08-03 17:35:17 +03:00
bcrypt==4.2.0
python-jose[cryptography]==3.3.0
2024-08-03 17:35:17 +03:00
email-validator==2.2.0
watchfiles==0.22.0
zstandard==0.23.0
platformdirs==4.2.2
importlib-resources>=1.3; python_version <= '3.9'
2024-10-26 11:22:40 +03:00
truststore>=0.10.0; python_version >= '3.10'