src-d / style-analyzer

Lookout Style Analyzer: fixing code formatting and typos during code reviews
GNU Affero General Public License v3.0
32 stars 21 forks source link

Make "train" dependencies optional #776

Open vmarkovtsev opened 5 years ago

vmarkovtsev commented 5 years ago

Some of our Python dependencies are only used for pretraining some models, e.g. typos. We need to add a "train" option to setup.py so that they are not installed by default.