Skip to content

Commit

Permalink
remove dependency requirement on boto package
Browse files Browse the repository at this point in the history
  • Loading branch information
zcqian committed Jul 20, 2021
1 parent 3fd72fe commit 9e0dd42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def read(fname):
'psutil',
'jsonpointer', # for utils.jsonpatch
'IPython', # for interactive hub console
'boto',
'multiprocessing_on_dill', # can replace pickler in concurrent.futures
'dill', # a pickle alternative with extra object type support
'pyinotify; sys_platform == "linux"', # Linux-only; used in utils.hub.PyInotifyHubReloader
Expand Down

0 comments on commit 9e0dd42

Please sign in to comment.