WycliffeAssociates / tx-manager

Codebase for translationConvertor (tX)
Other
0 stars 2 forks source link

Lock library version; revert recursion limit change #14

Closed PurpleGuitar closed 3 years ago

PurpleGuitar commented 3 years ago

This change reverts the recursion limit change from PR#13.

Instead, it locks beautifulsoup4 to 4.6.0, which was the version most likely to be available at the time of the other library locks. (Interestingly, the previous package definition of bs4==0.0.1 actually means "get the latest version of beautifulsoup4", which was causing it to be out of sync with the other libraries. Ref: https://pypi.org/project/bs4/ )

This change fixed the recursion crash on my local machine.