nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at r-updates 32 lines 1.0 kB view raw
1diff --git a/celery/bin/celery.py b/celery/bin/celery.py 2index e1fae1a77..cf05a927a 100644 3--- a/celery/bin/celery.py 4+++ b/celery/bin/celery.py 5@@ -12,7 +12,6 @@ from click_plugins import with_plugins 6 7 from celery import VERSION_BANNER 8 from celery.app.utils import find_app 9-from celery.bin.amqp import amqp 10 from celery.bin.base import CeleryCommand, CeleryOption, CLIContext 11 from celery.bin.beat import beat 12 from celery.bin.call import call 13@@ -186,7 +185,6 @@ celery.add_command(control) 14 celery.add_command(graph) 15 celery.add_command(upgrade) 16 celery.add_command(logtool) 17-celery.add_command(amqp) 18 celery.add_command(shell) 19 celery.add_command(multi) 20 21diff --git a/requirements/default.txt b/requirements/default.txt 22index 185b6eddd..fbfc59fd7 100644 23--- a/requirements/default.txt 24+++ b/requirements/default.txt 25@@ -3,7 +3,6 @@ kombu>=5.6.0rc1,<5.7 26 vine>=5.1.0,<6.0 27 click>=8.1.2,<9.0 28 click-didyoumean>=0.3.0 29-click-repl>=0.2.0 30 click-plugins>=1.1.1 31 backports.zoneinfo[tzdata]>=0.2.1; python_version < '3.9' 32 python-dateutil>=2.8.2