1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-01-11 16:41:04 +00:00

Remove setup require since we do not use environment makers yet.

This commit is contained in:
grossmj 2019-05-27 17:57:37 +07:00
parent 907807dc53
commit 54c4bd31d4

View File

@ -49,11 +49,6 @@ setup(
cmdclass={"test": PyTest},
description="GNS3 server",
long_description=open("README.rst", "r").read(),
setup_requires=[
# Environment markers were implemented and stabilized in setuptools
# v20.8.1 (see <http://stackoverflow.com/a/32643122/391865>).
"setuptools>=20.8.1"
],
install_requires=dependencies,
entry_points={
"console_scripts": [