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

26 lines
895 B

uvicorn==0.17.6 ; python_version >= "3.7"
uvicorn==0.16.0 ; python_version < "3.7"
fastapi==0.75.0
python-multipart==0.0.5
websockets==10.2 ; python_version >= "3.7"
websockets==9.1 ; python_version < "3.7"
aiohttp==3.8.1 ; python_version >= "3.7"
aiohttp==3.7.4.post0 ; python_version < "3.7"
async-timeout==4.0.2 ; python_version >= "3.7"
async-timeout==3.0.1 ; python_version < "3.7"
aiofiles==0.8.0
Jinja2==3.0.3
sentry-sdk==1.5.7
psutil==5.9.0
distro==1.7.0
py-cpuinfo==8.0.0
sqlalchemy==1.4.32
aiosqlite===0.17.0
passlib[bcrypt]==1.7.4
python-jose==3.3.0
email-validator==1.1.3
async-exit-stack==1.0.1 ; python_version < "3.7"
async-generator==1.10 ; python_version < "3.7"
setuptools==60.6.0; python_version >= '3.7' # don't upgrade because of https://github.com/pypa/setuptools/issues/3084
setuptools==59.6.0; python_version < '3.7' # v59.7.0 dropped support for Python 3.6