Skip to content

Commit

Permalink
python3Packages.tornado_: restore pinned versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonringer committed Aug 31, 2020
1 parent 2c0f6e5 commit 5af6feb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -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 { };
Expand Down

0 comments on commit 5af6feb

Please sign in to comment.