mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-15 12:59:06 +00:00
86f87aec74
Fix deprecated use of aiohttp.Timeout. Fixes #1296. Use "async with" with aiohttp.ClientSession(). Make sure websocket connections are properly closed, see https://docs.aiohttp.org/en/stable/web_advanced.html#graceful-shutdown Finish to drop Python 3.4.
10 lines
169 B
Plaintext
10 lines
169 B
Plaintext
jsonschema>=2.4.0
|
|
aiohttp==3.2.1
|
|
aiohttp-cors==0.7.0
|
|
Jinja2>=2.7.3
|
|
raven>=5.23.0
|
|
psutil>=3.0.0
|
|
zipstream>=1.1.4
|
|
prompt-toolkit==1.0.15
|
|
async-timeout==3.0.1
|
|
distro>=1.3.0 |