Add bbopt to dependencies

pull/18/head
Matthew Scholefield 2018-07-12 17:03:48 -05:00
parent 4d1f212c2b
commit f917a72f4c
2 changed files with 4 additions and 2 deletions

View File

@ -24,4 +24,5 @@ termcolor==1.1.0
typing==3.6.4
wavio==0.0.3
Werkzeug==0.14.1
fitipy==0.1.1
fitipy==0.1.1
bbopt==0.2.5

View File

@ -53,7 +53,8 @@ setup(
'prettyparse>=0.1.4',
'precise-runner',
'attrs',
'fitipy'
'fitipy',
'bbopt'
],
author='Matthew Scholefield',