Skip to content
Snippets Groups Projects

FIX: Fix slackclient version in setup

Merged Michael Daas requested to merge fix_slackclient into development
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -14,7 +14,7 @@ author_email = ''
install_requires = ['basil-daq>=3.0.0<4', 'bitarray>=0.8.1', 'matplotlib>=2.1.2',
'numpy', 'online_monitor>=0.4.0<0.5',
'pixel_clusterizer>=3.1.3<4', 'tables', 'pyyaml', 'pyzmq',
'scipy', 'numba', 'tqdm', 'pyserial', 'slackclient', 'websocket-client', 'gitpython',
'scipy', 'numba', 'tqdm', 'pyserial', 'slackclient==2.0.0', 'websocket-client', 'gitpython',
'pexpect', 'coloredlogs']
setup(
Loading