use ast to parse FLASK_APP

enables keyword arguments to factory functions
This commit is contained in:
David Lord 2020-04-07 17:54:51 -07:00
parent 0d04b40d13
commit ff2f71379b
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
4 changed files with 67 additions and 40 deletions

View file

@ -25,6 +25,8 @@ Unreleased
200 OK and an empty file. :issue:`3358`
- When using ad-hoc certificates, check for the cryptography library
instead of PyOpenSSL. :pr:`3492`
- When specifying a factory function with ``FLASK_APP``, keyword
argument can be passed. :issue:`3553`
Version 1.1.2