gns3-server/requirements.txt

23 lines
474 B
Plaintext
Raw Normal View History

2023-07-23 12:50:29 +10:00
uvicorn==0.22.0 # v0.22.0 is the last to support Python 3.7
2023-08-04 18:20:06 +10:00
fastapi==0.100.1
2023-04-23 05:33:12 -10:00
python-multipart==0.0.6
2023-05-22 15:21:57 +08:00
websockets==11.0.3
2023-07-23 12:47:34 +10:00
aiohttp>=3.8.5,<3.9
async-timeout==4.0.2
2023-03-17 16:23:48 +10:00
aiofiles==23.1.0
Jinja2>=3.1.2,<3.2
2023-07-23 12:47:34 +10:00
sentry-sdk==1.28.1,<1.29
2023-04-23 05:33:12 -10:00
psutil==5.9.5
2023-03-17 16:23:48 +10:00
distro>=1.8.0
2022-12-22 09:42:14 +08:00
py-cpuinfo==9.0.0
2023-07-23 12:56:30 +10:00
sqlalchemy==2.0.17
2023-04-23 05:33:12 -10:00
aiosqlite==0.19.0
2023-05-22 15:21:57 +08:00
alembic==1.11.1
2021-03-31 16:01:11 +10:30
passlib[bcrypt]==1.7.4
2021-06-12 15:30:26 +09:30
python-jose==3.3.0
2023-08-04 18:20:06 +10:00
email-validator==2.0.0.post2
2023-04-23 05:33:12 -10:00
watchfiles==0.19.0
zstandard==0.21.0
2022-11-09 23:14:38 +08:00
importlib_resources>=1.3
setuptools>=60.8.1