mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-20 05:17:56 +00:00
Update dependencies in setup.py
This commit is contained in:
parent
2bfe098866
commit
5e665cc67a
8
setup.py
8
setup.py
@ -40,13 +40,10 @@ setup(
|
|||||||
license="GNU General Public License v3 (GPLv3)",
|
license="GNU General Public License v3 (GPLv3)",
|
||||||
tests_require=["pytest"],
|
tests_require=["pytest"],
|
||||||
cmdclass={"test": PyTest},
|
cmdclass={"test": PyTest},
|
||||||
author="Jeremy Grossmann",
|
description="GNS3 server",
|
||||||
author_email="package-maintainer@gns3.net",
|
|
||||||
description="GNS3 server to asynchronously manage emulators",
|
|
||||||
long_description=open("README.rst", "r").read(),
|
long_description=open("README.rst", "r").read(),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"tornado>=3.1",
|
"aiohttp",
|
||||||
"pyzmq>=14.0.0",
|
|
||||||
"jsonschema>=2.3.0",
|
"jsonschema>=2.3.0",
|
||||||
"apache-libcloud>=0.14.1",
|
"apache-libcloud>=0.14.1",
|
||||||
"requests",
|
"requests",
|
||||||
@ -73,6 +70,7 @@ setup(
|
|||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Programming Language :: Python :: 3.3",
|
"Programming Language :: Python :: 3.3",
|
||||||
"Programming Language :: Python :: 3.4",
|
"Programming Language :: Python :: 3.4",
|
||||||
|
"Programming Language :: Python :: 3.5",
|
||||||
"Programming Language :: Python :: Implementation :: CPython",
|
"Programming Language :: Python :: Implementation :: CPython",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user