mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Dependencies are listed in one location now.
This commit is contained in:
parent
de0df70933
commit
794a7e880a
@ -2,3 +2,4 @@ jsonschema>=2.4.0
|
|||||||
aiohttp==0.19.0
|
aiohttp==0.19.0
|
||||||
Jinja2>=2.7.3
|
Jinja2>=2.7.3
|
||||||
raven>=5.2.0
|
raven>=5.2.0
|
||||||
|
psutil>=3.0.0
|
||||||
|
8
setup.py
8
setup.py
@ -38,13 +38,7 @@ class PyTest(TestCommand):
|
|||||||
errcode = pytest.main(self.test_args)
|
errcode = pytest.main(self.test_args)
|
||||||
sys.exit(errcode)
|
sys.exit(errcode)
|
||||||
|
|
||||||
dependencies = [
|
dependencies = open("requirements.txt", "r").read().splitlines()
|
||||||
"jsonschema>=2.4.0",
|
|
||||||
"aiohttp>=0.19.0",
|
|
||||||
"Jinja2>=2.7.3",
|
|
||||||
"raven>=5.2.0",
|
|
||||||
"psutil>=3.0.0"
|
|
||||||
]
|
|
||||||
|
|
||||||
if sys.platform.startswith("win"):
|
if sys.platform.startswith("win"):
|
||||||
dependencies.append("pywin32>=219")
|
dependencies.append("pywin32>=219")
|
||||||
|
Loading…
Reference in New Issue
Block a user