mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-15 12:59:06 +00:00
ac508435c3
Arrows UP/DOWN for telnet, Ref. #1083 Typo, Ref. #1083 Support async commands, Ref. #1083 Small refactor, Ref. #1083 Asyncio telnet server - connections support, Ref. #10831 Prompt-toolkit in dependencies, ref. #1083 Few comments, ref. #1083 Direct imports, ref. #1083 Windows size changed support in telnet server, ref. #1139 Fake termios Fake termios - different approach InputStream - copied source from prompt_toolkit
11 lines
257 B
Plaintext
11 lines
257 B
Plaintext
jsonschema>=2.4.0
|
|
aiohttp>=2.2.0,<2.3.0 # pyup: ignore
|
|
aiohttp-cors>=0.5.3,<0.6.0 # pyup: ignore
|
|
yarl>=0.11,<0.12 # pyup: ignore
|
|
Jinja2>=2.7.3
|
|
raven>=5.23.0
|
|
psutil>=3.0.0
|
|
zipstream>=1.1.4
|
|
typing>=3.5.3.0 # Otherwise yarl fail with python 3.4
|
|
prompt-toolkit
|