Check aiohttp version

pull/1062/head
Julien Duponchelle 7 years ago
parent 07049562a4
commit 6fa27c6885
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -43,6 +43,9 @@ import gns3server.handlers
import logging
log = logging.getLogger(__name__)
if not aiohttp.__version__.startswith("1.3"):
raise RuntimeError("You need aiohttp 13 for running GNS3")
class WebServer:

Loading…
Cancel
Save