Thiago F. Pappacena has proposed merging ~pappacena/turnip:py3-twisted-cgi-compat-backport into turnip:master.
Commit message: Backporting python3 fix for Twisted CGI implementation Requested reviews: Launchpad code reviewers (launchpad-reviewers) For more details, see: https://code.launchpad.net/~pappacena/turnip/+git/turnip/+merge/395396 Corresponding dependency MP: https://code.launchpad.net/~pappacena/turnip/+git/turnip-dependencies/+merge/395395 -- Your team Launchpad code reviewers is requested to review the proposed merge of ~pappacena/turnip:py3-twisted-cgi-compat-backport into turnip:master.
diff --git a/requirements.txt b/requirements.txt index ebcbc27..3e500ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -68,7 +68,7 @@ translationstring==1.3 # Backport of SSH session env variables setter from # https://github.com/twisted/twisted/pull/1173 to Twisted version 20.3.0. # See https://code.launchpad.net/~launchpad/twisted/+git/twisted/+ref/pr-1173 -Twisted[conch]==20.3.0+lp2 +Twisted[conch]==20.3.0+lp3 unittest2==1.1.0 vine==1.3.0 venusian==2.1.0
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

