Migration to FastAPI

This commit is contained in:
grossmj
2020-10-02 16:07:50 +09:30
parent c12b675691
commit eb3cb8a41f
224 changed files with 11254 additions and 13517 deletions

View File

@ -46,7 +46,7 @@ setup(
version=__import__("gns3server").__version__,
url="http://github.com/GNS3/gns3-server",
license="GNU General Public License v3 (GPLv3)",
tests_require=["pytest", "pytest-capturelog", "pytest-aiohttp"],
tests_require=["pytest", "pytest-capturelog", "pytest-asyncio", "httpx"],
cmdclass={"test": PyTest},
description="GNS3 server",
long_description=open("README.rst", "r").read(),