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

23 lines
418 B
Plaintext
Raw Normal View History

2023-03-17 06:23:48 +00:00
uvicorn==0.2.0
fastapi==0.94.1
2022-01-16 11:01:12 +00:00
python-multipart==0.0.5
2022-12-22 01:42:14 +00:00
websockets==10.4
2023-03-17 06:23:48 +00:00
aiohttp>=3.8.4,<3.9
async-timeout==4.0.2
2023-03-17 06:23:48 +00:00
aiofiles==23.1.0
Jinja2>=3.1.2,<3.2
2023-03-17 06:23:48 +00:00
sentry-sdk==1.17.0,<1.18
2022-12-22 01:42:14 +00:00
psutil==5.9.4
2023-03-17 06:23:48 +00:00
distro>=1.8.0
2022-12-22 01:42:14 +00:00
py-cpuinfo==9.0.0
2023-03-17 06:23:48 +00:00
sqlalchemy==2.0.6
2022-12-22 01:42:14 +00:00
aiosqlite==0.18.0
2023-03-17 06:23:48 +00:00
alembic==1.10.2
2021-03-31 05:31:11 +00:00
passlib[bcrypt]==1.7.4
2021-06-12 06:00:26 +00:00
python-jose==3.3.0
2023-03-17 06:23:48 +00:00
email-validator==1.3.1
2022-12-22 01:42:14 +00:00
watchfiles==0.18.1
2023-03-17 06:23:48 +00:00
zstandard==0.20.0
2022-11-09 15:14:38 +00:00
importlib_resources>=1.3
setuptools>=60.8.1