From 20a4577cda43b41daf459cd4af002c016bea5977 Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Thu, 15 Apr 2021 15:29:29 +0200 Subject: [PATCH] Add dependency on datalad_deprecated This extension is co-installable with -core, without breaking it -- regardless of whether or not -core still provides some functionality. Due to the age of the crawler, it is likely to be affected most by potential deprecations. Adding this dependency will make it robust against coming changes, such as the `ls` deprecation (https://github.com/datalad/datalad/pull/5569). --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f2d5d2b..50c1c50 100755 --- a/setup.py +++ b/setup.py @@ -50,6 +50,7 @@ def findsome(subdir, extensions): requires = { 'core': [ 'datalad>=0.13.6', + 'datalad_deprecated', 'scrapy>=1.1.0', # versioning is primarily for python3 support ], 'devel-docs': [