1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-12 19:38:57 +00:00

pywin32 is not updated on pypi.

This commit is contained in:
grossmj 2016-04-28 16:21:14 -06:00
parent 815ef6066d
commit b92e64e507

View File

@ -40,9 +40,6 @@ class PyTest(TestCommand):
dependencies = open("requirements.txt", "r").read().splitlines()
if sys.platform.startswith("win"):
dependencies.append("pywin32>=219")
setup(
name="gns3-server",
version=__import__("gns3server").__version__,