Update python site-packages.

Added MarkupSafe, Jinja2, itsdangerous, Werkzeug, click, flask.
This commit is contained in:
pranav-1711 2022-03-06 14:02:26 +05:30
parent 8d9a94b5d6
commit 87717aad33
67 changed files with 25256 additions and 162 deletions

View file

@ -29,7 +29,7 @@ except ImportError:
raise RuntimeError(
"Signalling support is unavailable because the blinker"
" library is not installed."
)
) from None
connect = connect_via = connected_to = temporarily_connected_to = _fail
disconnect = _fail