-
win10,sanic 20.12.3,sanic-restplus 0.5.6
I got the value error as below:
```code
Traceback (most recent call last):
File "app/__main__.py", line 12, in
main(sys.argv[1:])
File "app/…
-
quest for sanic 21.3 support ...
-
Hi,
"Long time listener, first time caller"
I found a couple of `warning`'s using the library. It looks like there are call made to the aiohttp library that are not being closed. Hope this stac…
-
1. Install and configure the above packages.
2. Re-structure the server app to use FastAPI for web requests.
-
It would be nice to have Swagger/OpenAPI support. I'm not sure what the most intuitive way to implement this is.
Some examples, for inspiration:
- [Flask-swagger](https://github.com/gangverk/flask-s…
-
First off, thanks for building and maintaining this extension! It has been extremely helpful :)
Would it be possible to get some upper bounds maintained in the `requirements.txt` file? I know this …
-
I uploaded a new version of Sanic-Restplus approx 35 minutes ago, its not showing at https://pypi.org/project/sanic-restplus/ however the test-pypi shows it fine: https://test.pypi.org/project/sanic-r…
-
> pip install sanic-restplus
Collecting sanic-restplus
Could not find a version that satisfies the requirement sanic-restplus (from versions: )
No matching distribution found for sanic-restplus
-
I've been having a hard time using Blueprints with sanic_restplus, and am wondering if this is just an area that is in progress? My own code is giving an error about multiple values for the argument …
-
Hi! I cannot install the dependencies in file `requirements/develop.pip`. When I run the `pip install -e .[dev]` command, pip returns the following output:
> sanic-restplus 0.3.1.dev20180411 does …