mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-17 23:08:18 +00:00
2
setup.py
2
setup.py
@ -23,6 +23,7 @@ from setuptools.command.test import test as TestCommand
|
||||
if sys.version_info < (3, 4):
|
||||
raise SystemExit("Python 3.4 or higher is required")
|
||||
|
||||
|
||||
class PyTest(TestCommand):
|
||||
def finalize_options(self):
|
||||
TestCommand.finalize_options(self)
|
||||
@ -38,6 +39,7 @@ class PyTest(TestCommand):
|
||||
|
||||
|
||||
dependencies = [
|
||||
"netifaces>=0.10.4",
|
||||
"jsonschema>=2.4.0",
|
||||
"aiohttp>=0.15.1",
|
||||
"Jinja2>=2.7.3",
|
||||
|
Reference in New Issue
Block a user