flask-restful-swagger
flask-restful-swagger copied to clipboard
Can't work with python3.7?
For me, on py 3.7 it fails in swagger.py at line 463.
argspec = inspect.getargspec(model_class.__init__)
ValueError: Function has keyword-only parameters or annotations, use getfullargspec() API which can support them