diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-05-14 09:11:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-14 19:27:51 +0700 |
commit | b8f66842097ba3166586715601fae2717de61ee8 (patch) | |
tree | f0284d61d6a6f3c72f1b0a9ced2df033218872e3 /python/werkzeug/README | |
parent | aca91d7b1c97f8e42597d4a667099f03a2292880 (diff) |
python/werkzeug: Updated for version 2.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/werkzeug/README')
-rw-r--r-- | python/werkzeug/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/werkzeug/README b/python/werkzeug/README index 6319a67e88..986a75e2b1 100644 --- a/python/werkzeug/README +++ b/python/werkzeug/README @@ -15,3 +15,10 @@ developer. It's most useful for end user applications which should work on as many server environments as possible (such as blogs, wikis, bulletin boards, etc). + +NOTE: +-Use werkzeug-legacy1 for werkzeug<=2 and/or python2 support. + +IMPORTANT: +-Conflicts with werkzeug-legacy1 and both cannot be installed at the + same time. |