mirror of https://github.com/zulip/zulip.git
dependencies: Install line_profiler from our fork.
This is required for Python 3.7 support; line_profiler needs a release with Cython rerun following the Python 3.7 release, and this achieves that goal.
This commit is contained in:
parent
a86eccb2b6
commit
aae01f5795
|
@ -79,7 +79,7 @@ httplib2==0.12.3
|
||||||
hypchat==0.21
|
hypchat==0.21
|
||||||
|
|
||||||
# For doing highly usable Python profiling
|
# For doing highly usable Python profiling
|
||||||
line_profiler==2.1.2
|
-e git+https://github.com/zulip/line_profiler.git#egg=line_profiler==2.1.2.zulip1
|
||||||
|
|
||||||
# Needed for inlining the CSS in emails
|
# Needed for inlining the CSS in emails
|
||||||
premailer==3.4.0
|
premailer==3.4.0
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
git+https://github.com/zulip/django-bitfield@0d2b15cdb5af5ddec88d41cac19c0f2ce1b1ad38#egg=django-bitfield==1.9.3+dev.0d2b15cdb5af5ddec88d41cac19c0f2ce1b1ad38
|
git+https://github.com/zulip/django-bitfield@0d2b15cdb5af5ddec88d41cac19c0f2ce1b1ad38#egg=django-bitfield==1.9.3+dev.0d2b15cdb5af5ddec88d41cac19c0f2ce1b1ad38
|
||||||
git+https://github.com/zulip/libthumbor.git@60ed2431c07686a12f2770b2d852c5650f3ccfc6#egg=libthumbor==1.3.2zulip
|
git+https://github.com/zulip/libthumbor.git@60ed2431c07686a12f2770b2d852c5650f3ccfc6#egg=libthumbor==1.3.2zulip
|
||||||
|
git+https://github.com/zulip/line_profiler.git#egg=line_profiler==2.1.2.zulip1
|
||||||
git+https://github.com/zulip/talon.git@7d8bdc4dbcfcc5a73298747293b99fe53da55315#egg=talon==1.2.10.zulip1
|
git+https://github.com/zulip/talon.git@7d8bdc4dbcfcc5a73298747293b99fe53da55315#egg=talon==1.2.10.zulip1
|
||||||
git+https://github.com/zulip/ultrajson@70ac02bec#egg=ujson==1.35+git
|
git+https://github.com/zulip/ultrajson@70ac02bec#egg=ujson==1.35+git
|
||||||
git+https://github.com/zulip/python-zulip-api.git@0.6.0#egg=zulip==0.6.0_git&subdirectory=zulip
|
git+https://github.com/zulip/python-zulip-api.git@0.6.0#egg=zulip==0.6.0_git&subdirectory=zulip
|
||||||
|
@ -90,7 +91,6 @@ jinja2==2.10.1
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
jmespath==0.9.4 # via boto3, botocore
|
||||||
jsondiff==1.1.1 # via moto
|
jsondiff==1.1.1 # via moto
|
||||||
jsonpickle==1.1 # via aws-xray-sdk, python-digitalocean
|
jsonpickle==1.1 # via aws-xray-sdk, python-digitalocean
|
||||||
line_profiler==2.1.2
|
|
||||||
lxml==4.3.3
|
lxml==4.3.3
|
||||||
markdown-include==0.5.1
|
markdown-include==0.5.1
|
||||||
markdown==3.0.1
|
markdown==3.0.1
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
git+https://github.com/zulip/django-bitfield@0d2b15cdb5af5ddec88d41cac19c0f2ce1b1ad38#egg=django-bitfield==1.9.3+dev.0d2b15cdb5af5ddec88d41cac19c0f2ce1b1ad38
|
git+https://github.com/zulip/django-bitfield@0d2b15cdb5af5ddec88d41cac19c0f2ce1b1ad38#egg=django-bitfield==1.9.3+dev.0d2b15cdb5af5ddec88d41cac19c0f2ce1b1ad38
|
||||||
git+https://github.com/zulip/libthumbor.git@60ed2431c07686a12f2770b2d852c5650f3ccfc6#egg=libthumbor==1.3.2zulip
|
git+https://github.com/zulip/libthumbor.git@60ed2431c07686a12f2770b2d852c5650f3ccfc6#egg=libthumbor==1.3.2zulip
|
||||||
|
git+https://github.com/zulip/line_profiler.git#egg=line_profiler==2.1.2.zulip1
|
||||||
git+https://github.com/zulip/talon.git@7d8bdc4dbcfcc5a73298747293b99fe53da55315#egg=talon==1.2.10.zulip1
|
git+https://github.com/zulip/talon.git@7d8bdc4dbcfcc5a73298747293b99fe53da55315#egg=talon==1.2.10.zulip1
|
||||||
git+https://github.com/zulip/ultrajson@70ac02bec#egg=ujson==1.35+git
|
git+https://github.com/zulip/ultrajson@70ac02bec#egg=ujson==1.35+git
|
||||||
git+https://github.com/zulip/python-zulip-api.git@0.6.0#egg=zulip==0.6.0_git&subdirectory=zulip
|
git+https://github.com/zulip/python-zulip-api.git@0.6.0#egg=zulip==0.6.0_git&subdirectory=zulip
|
||||||
|
@ -64,7 +65,6 @@ ipython-genutils==0.2.0 # via traitlets
|
||||||
ipython==6.5.0
|
ipython==6.5.0
|
||||||
jedi==0.13.3 # via ipython
|
jedi==0.13.3 # via ipython
|
||||||
jinja2==2.10.1
|
jinja2==2.10.1
|
||||||
line_profiler==2.1.2
|
|
||||||
lxml==4.3.3
|
lxml==4.3.3
|
||||||
markdown-include==0.5.1
|
markdown-include==0.5.1
|
||||||
markdown==3.0.1
|
markdown==3.0.1
|
||||||
|
|
Loading…
Reference in New Issue