Update transifex-client requirement to latest release version 0.11b3 #3401
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pins the
transifex-clientto0.11b3. This allows the install of therequirements/requirements-packaging.txton python 3.4.Without this change the install of the devel requirements fail:
Collecting transifex-client==0.10 (from -r requirements/requirements-packaging.txt (line 8)) Downloading transifex-client-0.10.tar.gz (68kB) 100% |████████████████████████████████| 69kB 26.6MB/s Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 20, in <module> File "/private/var/folders/zz/zyxvpxvq6csfxvn_n32txkg4rpqcls/T/pip-build-vs8d_8zq/transifex-client/setup.py", line 14, in <module> if long_description.startswith(BOM): TypeError: startswith first arg must be str or a tuple of str, not bytes ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/zz/zyxvpxvq6csfxvn_n32txkg4rpqcls/T/pip-build-vs8d_8zq/transifex-client