1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 17:28:08 +00:00
gns3-server/requirements.txt

24 lines
489 B
Plaintext
Raw Normal View History

uvicorn==0.29.0
2024-05-18 16:31:22 +00:00
fastapi==0.111.0
python-multipart==0.0.9
websockets==12.0
2024-02-09 05:15:19 +00:00
aiohttp==3.9.3
2023-08-11 08:54:05 +00:00
async-timeout==4.0.3
aiofiles==23.2.1
Jinja2>=3.1.4,<3.2
2024-05-09 12:03:08 +00:00
sentry-sdk==2.1.1,<2.2
psutil==5.9.8
distro>=1.9.0
2022-12-22 01:42:14 +00:00
py-cpuinfo==9.0.0
sqlalchemy==2.0.29
aiosqlite==0.20.0
2024-02-15 10:42:05 +00:00
alembic==1.12.1
2024-03-07 17:17:17 +00:00
bcrypt==4.1.2
python-jose[cryptography]==3.3.0
email-validator==2.1.1
watchfiles==0.21.0
2023-11-15 00:30:15 +00:00
zstandard==0.22.0
2024-04-27 16:21:58 +00:00
platformdirs==4.2.1
importlib-resources>=1.3; python_version <= '3.9'
truststore>=0.9.1; python_version >= '3.10'