Skip to content

Commit

Permalink
Merge pull request #138 from yarikoptic/bf-boto-dep
Browse files Browse the repository at this point in the history
Add boto to install_requires since it does use it for s3 node
  • Loading branch information
yarikoptic authored May 20, 2024
2 parents e4d1050 + 3c478c4 commit c40d76f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def findsome(subdir, extensions):
'core': [
'datalad>=0.14.0',
'scrapy>=1.1.0', # versioning is primarily for python3 support
'boto', # used directly by datalad_crawler/nodes/s3.py
],
'devel-docs': [
# Documentation
Expand Down

0 comments on commit c40d76f

Please sign in to comment.