Fix problems with PyInstaller 3.6
fbs is incompatible with PyInstaller 3.6 (see #169). This release fixes the problem by pinning fbs's required PyInstaller version to 3.4. So when you now do
pip install fbs
Then this installs PyInstaller 3.4 (previously, it installed 3.6).