mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 09:18:08 +00:00
pywin32 is not updated on pypi.
This commit is contained in:
parent
815ef6066d
commit
b92e64e507
3
setup.py
3
setup.py
@ -40,9 +40,6 @@ class PyTest(TestCommand):
|
|||||||
|
|
||||||
dependencies = open("requirements.txt", "r").read().splitlines()
|
dependencies = open("requirements.txt", "r").read().splitlines()
|
||||||
|
|
||||||
if sys.platform.startswith("win"):
|
|
||||||
dependencies.append("pywin32>=219")
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="gns3-server",
|
name="gns3-server",
|
||||||
version=__import__("gns3server").__version__,
|
version=__import__("gns3server").__version__,
|
||||||
|
Loading…
Reference in New Issue
Block a user