1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-28 01:38:08 +00:00
gns3-server/requirements.txt

19 lines
507 B
Plaintext
Raw Normal View History

uvicorn==0.11.8 # force version to 0.11.8 because of https://github.com/encode/uvicorn/issues/841
2020-12-07 06:22:36 +00:00
fastapi==0.62.0
2020-11-08 11:05:54 +00:00
websockets==8.1
2020-10-02 06:37:50 +00:00
python-multipart==0.0.5
2020-11-08 11:05:54 +00:00
aiohttp==3.7.2
aiofiles==0.6.0
Jinja2==2.11.2
sentry-sdk==0.19.2
psutil==5.7.3
async-timeout==3.0.1
2020-11-08 11:05:54 +00:00
distro==1.5.0
py-cpuinfo==7.0.0
sqlalchemy==1.4.0b1 # beta version with asyncio support
passlib[bcrypt]==1.7.2
python-jose==3.2.0
email-validator==1.1.2
async-exit-stack==1.0.1 ; python_version < "3.7"
async-generator==1.10 ; python_version < "3.7"