summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2014-06-09 16:45:01 +0100
committerAsk Solem <ask@celeryproject.org>2014-06-09 16:45:01 +0100
commit4d45d8ba30a38ab2d11ab36e6539b0a233615ef1 (patch)
tree2f000fc231cd7ea6703b7af60f841c19db2c121c /setup.cfg
parent7cf59f3a20d748021be0bdfd732d39f662e83831 (diff)
downloadkombu-4d45d8ba30a38ab2d11ab36e6539b0a233615ef1.tar.gz
Apparently all deps must be listed in wheels [metadata]
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 0c136c73..0ee26a2f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -23,5 +23,7 @@ universal = 1
[metadata]
requires-dist =
+ anyjson >= 0.3.3
+ amqp >= 1.4.5,<2.0
importlib; python_version == "2.6"
ordereddict; python_version == "2.6"