Bug: ImportError: cannot import name 'ib' from 'attr'
I'm testing the latest changes and have run into the following error:
ImportError: cannot import name 'ib' from 'attr'
This appears to be due to missing the attrs
package. After adding attrs==22.1.0
to requirements.txt everything appears to work. This seems to have been introduced as a result of #178 (closed)