From 2a4ed9ba89c3d4364ecd4ccfb6e4a9719472c597 Mon Sep 17 00:00:00 2001 From: grossmj Date: Sat, 23 Sep 2017 18:09:10 +0800 Subject: [PATCH] Fix issue with multidict when upgrading GNS3 VM to use dev channel. --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b08e7057..2d882257 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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