beremiz

5f9e61421174
file isExecutable
Update requirements.txt and add specific requirements for tests.

Consequence of crossbar support in tests.
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER