sanju sci

Results 2 issues of sanju sci

$ pip install flask-spyne Collecting flask-spyne Using cached https://files.pythonhosted.org/packages/0a/a2/436b5c7d7d6916b4b881f788f2b5f9620d82a7d90eb2004a244f6e2f23c1/Flask-Spyne-0.3.1.tar.gz Collecting flask (from flask-spyne) Using cached https://files.pythonhosted.org/packages/7f/e7/08578774ed4536d3242b14dacb4696386634607af824ea997202cd0edb4b/Flask-1.0.2-py2.py3-none-any.whl Collecting spyne (from flask-spyne) Using cached https://files.pythonhosted.org/packages/0f/50/62972600a4683a57815d21aca8449c3cb5f5757fad3c1db8d7a82b6445e9/spyne-2.12.14.tar.gz Collecting sec-wall (from flask-spyne) Using cached https://files.pythonhosted.org/packages/9b/70/a1b4b82187e950007959e601b5ee662d1438e45c0b80d2b1b5afd4918818/sec-wall-1.2.tar.gz...

``` api = Api( app, errors=http_errors(), api_version='1.0.0', api_spec_url='/api/swagger', title='T', description='Api specifications T', contact={ "name": "Sanju Sci", "email": "[email protected]", "url": "http://sanjusci.com" }, host=SWAGGER_CONFIG.get('HOST', ""), schemes=[ "http", "https", ], securityDefinitions={ "Bearer": {...