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
422 B
Plaintext
Raw Normal View History

2023-05-01 09:17:01 +00:00
uvicorn==0.22.0
2023-05-22 07:21:57 +00:00
fastapi==0.95.2
2023-04-23 15:33:12 +00:00
python-multipart==0.0.6
2023-05-22 07:21:57 +00:00
websockets==11.0.3
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-05-22 07:21:57 +00:00
sentry-sdk==1.23.1,<1.24
2023-04-23 15:33:12 +00:00
psutil==5.9.5
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-05-22 07:21:57 +00:00
sqlalchemy==2.0.15
2023-04-23 15:33:12 +00:00
aiosqlite==0.19.0
2023-05-22 07:21:57 +00:00
alembic==1.11.1
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
2023-04-23 15:33:12 +00:00
watchfiles==0.19.0
zstandard==0.21.0
2022-11-09 15:14:38 +00:00
importlib_resources>=1.3
setuptools>=60.8.1