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:
parent
907807dc53
commit
54c4bd31d4
5
setup.py
5
setup.py
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user