You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.
I'm getting the following deprecation warning when decorating a function with manager.command in Python 3.6:
/usr/local/lib/python3.6/dist-packages/flask_script/commands.py:118: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec()
args, varargs, keywords, defaults = inspect.getargspec(func)
Hello,
I'm getting the following deprecation warning when decorating a function with manager.command in Python 3.6:
pip3 freeze | grep -i flask-script Flask-Script==2.0.6
Btw - where do you store version info in
flask_script
? I noticed__version__
isn't available.The text was updated successfully, but these errors were encountered: