1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-19 06:48:10 +00:00
gns3-server/requirements.txt

23 lines
476 B
Plaintext
Raw Normal View History

2023-07-23 02:50:29 +00:00
uvicorn==0.22.0 # v0.22.0 is the last to support Python 3.7
fastapi==0.103.1
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-07-23 02:47:34 +00:00
aiohttp>=3.8.5,<3.9
2023-08-11 08:54:05 +00:00
async-timeout==4.0.3
aiofiles==23.2.1
Jinja2>=3.1.2,<3.2
2023-09-02 11:49:16 +00:00
sentry-sdk==1.30.0,<1.31
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
sqlalchemy==2.0.20
2023-04-23 15:33:12 +00:00
aiosqlite==0.19.0
2023-09-02 11:49:16 +00:00
alembic==1.12.0
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-08-04 08:20:06 +00:00
email-validator==2.0.0.post2
2023-09-02 11:49:16 +00:00
watchfiles==0.20.0
2023-04-23 15:33:12 +00:00
zstandard==0.21.0
2023-09-07 09:32:04 +00:00
platformdirs==3.10.0
2022-11-09 15:14:38 +00:00
importlib_resources>=1.3