Current dev 0.60 has different requirements for burp-ui and bui-agent
Installed current v0.60 burp-ui and bui-agent.
Both programs have different requirements so I can't get them to work toghether:
burp-ui:
pkg_resources.DistributionNotFound: The 'pyOpenSSL>=17.2.0' distribution was not found and is required by burp-ui pkg_resources.DistributionNotFound: The 'six==1.10.0' distribution was not found and is required by burp-ui
bui-agent:
pkg_resources.DistributionNotFound: The 'cffi==1.10.0' distribution was not found and is required by burp-ui-agent pkg_resources.DistributionNotFound: The 'pyOpenSSL==17.0.0' distribution was not found and is required by burp-ui-agent
I have edited file /usr/lib/python3.4/site-packages/burp_ui_agent-0.6.0.dev0-py3.4.egg-info/requires.txt in order to update requirements that meet burp-ui, which seems to work. Currently, gitlab throws 500 errors when trying to fork, so I cannot create a PR.