diff --git a/setup.py b/setup.py index 0c3ef7f..74c8fd8 100644 --- a/setup.py +++ b/setup.py @@ -24,5 +24,5 @@ 'console_scripts': [ 'cortex=cortex.main:run'] }, - dependency_links={'git+https://github.com/facebookresearch/visdom.git'}, + dependency_links=['git+https://github.com/facebookresearch/visdom.git'], zip_safe=False)