1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-19 06:48:10 +00:00
gns3-server/requirements.txt

15 lines
419 B
Plaintext
Raw Normal View History

yarl==1.3.0 # yarl 1.4+ requires Python 3.6+ (needed by aiohttp and aiohttp-cors)
jsonschema==3.2.0; python_version >= '3.8' # pyup: ignore
jsonschema==2.6.0; python_version < '3.8' # pyup: ignore
2019-11-01 09:18:30 +00:00
aiohttp==3.6.2
aiohttp-cors==0.7.0
2019-02-26 08:55:07 +00:00
aiofiles==0.4.0
aiocontextvars==0.2.2; python_version < '3.7'
2019-02-26 08:55:07 +00:00
async_generator>=1.10
Jinja2>=2.7.3
sentry-sdk>=0.14.4
psutil==5.6.6
async-timeout==3.0.1
distro>=1.3.0
py-cpuinfo==5.0.0