requirements: Downgrade transifex-client so we can upgrade six, urllib3.

transifex-client 0.13.5 added overly strict version bounds on six and
urllib3.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg 2019-09-23 13:38:52 -07:00
parent f671ca3780
commit ba8a172897
3 changed files with 5 additions and 5 deletions

View File

@ -48,7 +48,7 @@ gitlint
snakeviz snakeviz
# Needed to sync translations from transifex # Needed to sync translations from transifex
transifex-client transifex-client<0.13.5 # Before https://github.com/transifex/transifex-client/commit/14a1a55c55fe66b1dee1fdfc4f2b1134c3c1af5d
# Needed for creating digital ocean droplets # Needed for creating digital ocean droplets
python-digitalocean python-digitalocean

View File

@ -151,7 +151,7 @@ s3transfer==0.2.1 # via boto3
scrapy==1.7.3 scrapy==1.7.3
service-identity==18.1.0 # via scrapy service-identity==18.1.0 # via scrapy
sh==1.12.14 # via gitlint sh==1.12.14 # via gitlint
six==1.11.0 six==1.12.0
snakeviz==2.0.1 snakeviz==2.0.1
snowballstemmer==1.9.1 # via sphinx snowballstemmer==1.9.1 # via sphinx
social-auth-app-django==3.1.0 social-auth-app-django==3.1.0
@ -175,14 +175,14 @@ git+https://github.com/zulip/talon.git@7d8bdc4dbcfcc5a73298747293b99fe53da55315#
tblib==1.4.0 tblib==1.4.0
tornado==4.5.3 tornado==4.5.3
traitlets==4.3.2 # via ipython traitlets==4.3.2 # via ipython
transifex-client==0.13.6 transifex-client==0.13.4
twilio==6.31.0 twilio==6.31.0
twisted==19.7.0 twisted==19.7.0
typed-ast==1.4.0 # via mypy typed-ast==1.4.0 # via mypy
typing-extensions==3.7.4 typing-extensions==3.7.4
git+https://github.com/zulip/ultrajson@70ac02bec#egg=ujson==1.35+git git+https://github.com/zulip/ultrajson@70ac02bec#egg=ujson==1.35+git
unidecode==1.1.1 # via python-slugify unidecode==1.1.1 # via python-slugify
urllib3==1.23 # via botocore, requests, transifex-client urllib3==1.25.5 # via botocore, requests, transifex-client
virtualenv-clone==0.5.3 virtualenv-clone==0.5.3
w3lib==1.21.0 # via parsel, scrapy w3lib==1.21.0 # via parsel, scrapy
wcwidth==0.1.7 # via prompt-toolkit wcwidth==0.1.7 # via prompt-toolkit

View File

@ -26,4 +26,4 @@ LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/03/01/zulip-2-0-relea
# historical commits sharing the same major version, in which case a # historical commits sharing the same major version, in which case a
# minor version bump suffices. # minor version bump suffices.
PROVISION_VERSION = '56.0' PROVISION_VERSION = '56.1'