You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gns3-server/requirements.txt

24 lines
571 B

uvicorn==0.24.0.post1
fastapi==0.104.1
python-multipart==0.0.6
websockets==12.0
aiohttp>=3.8.6,<3.9; python_version < '3.12'
aiohttp==3.9.0rc0; python_version == '3.12'
async-timeout==4.0.3
aiofiles==23.2.1
Jinja2>=3.1.2,<3.2
sentry-sdk==1.35.0,<1.36
psutil==5.9.6
distro>=1.8.0
py-cpuinfo==9.0.0
sqlalchemy==2.0.23
aiosqlite==0.19.0
alembic==1.12.1
passlib[bcrypt]==1.7.4
python-jose==3.3.0
email-validator==2.1.0.post1
watchfiles==0.21.0
zstandard==0.22.0
platformdirs==4.0.0
importlib-resources>=1.3; python_version <= '3.9'
truststore>=0.8.0; python_version >= '3.10'