danielkappelle / bitbucket-mattermost-bridge

Bridge to use bitbucket webhooks with mattermost
MIT License
7 stars 6 forks source link

Add pxytension lib requirement #2

Closed tferreira closed 7 years ago

tferreira commented 7 years ago

I'm just adding pyextension to requirements.txt as it won't work without it :)

Traceback (most recent call last): File "bridge.py", line 11, in <module> from pyxtension.Json import Json ImportError: No module named pyxtension.Json

danielkappelle commented 7 years ago

@tferreira Thanks for the addition, I indeed forgot to add that requirement. Merged it :)