mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-13 20:08:55 +00: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
|
||||
Jinja2>=2.7.3
|
||||
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)
|
||||
sys.exit(errcode)
|
||||
|
||||
dependencies = [
|
||||
"jsonschema>=2.4.0",
|
||||
"aiohttp>=0.19.0",
|
||||
"Jinja2>=2.7.3",
|
||||
"raven>=5.2.0",
|
||||
"psutil>=3.0.0"
|
||||
]
|
||||
dependencies = open("requirements.txt", "r").read().splitlines()
|
||||
|
||||
if sys.platform.startswith("win"):
|
||||
dependencies.append("pywin32>=219")
|
||||
|
Loading…
Reference in New Issue
Block a user