mirror of https://github.com/zulip/zulip.git
Use a version of Talon hardcoded to use the --no-ml argument.
This works around https://github.com/pypa/pip/issues/3845, where the `--install-option` argument was incorrectly polluting other dependencies).
This commit is contained in:
parent
a845b15a54
commit
624f79a892
|
@ -1,5 +1,4 @@
|
|||
# Can't give version through egg in Talon dependency because then "--no-ml" has no effect.
|
||||
git+https://github.com/mailgun/talon.git@7cdd7a8f35aa066d56af5c918b6f7dd6ee084cec --install-option="--no-ml"
|
||||
git+https://github.com/umairwaheed/talon.git@7d8bdc4dbcfcc5a73298747293b99fe53da55315#egg=talon==1.2.11
|
||||
cchardet==1.0.0
|
||||
cssselect==0.9.2
|
||||
lxml==3.6.1
|
||||
|
|
Loading…
Reference in New Issue