1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-13 20:08:55 +00:00
gns3-server/requirements.txt

21 lines
489 B
Plaintext
Raw Normal View History

uvicorn==0.15.0
fastapi==0.68.2
websockets==10.0 ; python_version >= "3.7"
websockets==9.1 ; python_version < "3.7"
2020-10-02 06:37:50 +00:00
python-multipart==0.0.5
2021-04-06 04:27:00 +00:00
aiohttp==3.7.4.post0
2021-06-01 03:26:51 +00:00
aiofiles==0.7.0
Jinja2==3.0.2
sentry-sdk==1.4.3
2021-03-31 05:31:11 +00:00
psutil==5.8.0
async-timeout==3.0.1
2021-08-10 13:38:14 +00:00
distro==1.6.0
2021-04-28 05:13:52 +00:00
py-cpuinfo==8.0.0
sqlalchemy==1.4.25
aiosqlite===0.17.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
2021-08-10 13:38:14 +00:00
email-validator==1.1.3
async-exit-stack==1.0.1 ; python_version < "3.7"
async-generator==1.10 ; python_version < "3.7"
setuptools