python3Packages.tornado_: restore pinned versions

(cherry picked from commit 5af6febf48)
This commit is contained in:
Jonathan Ringer 2020-08-31 10:51:12 -07:00 committed by Jon
parent 15d088280c
commit ef55e4b525

View File

@ -6990,6 +6990,12 @@ in {
else
callPackage ../development/python-modules/tornado/5.nix { };
# Used by circus and grab-site, 2020-08-29
tornado_4 = callPackage ../development/python-modules/tornado/4.nix { };
# Used by luigi, 2020-08-29
tornado_5 = callPackage ../development/python-modules/tornado/5.nix { };
towncrier = callPackage ../development/python-modules/towncrier { inherit (pkgs) git; };
tox = callPackage ../development/python-modules/tox { };