mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-19 04:47:54 +00:00
Fix issue with multidict when upgrading GNS3 VM to use dev channel.
This commit is contained in:
parent
a567b394f3
commit
2a4ed9ba89
@ -6,5 +6,6 @@ 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
|
||||
typing>=3.5.3.0 # Otherwise yarl fails with python 3.4
|
||||
multidict<3.2.0 # Otherwise fails when upgraded to v3.2.0
|
||||
prompt-toolkit
|
||||
|
Loading…
Reference in New Issue
Block a user