sophieball / toxicity-detector

MIT License
0 stars 0 forks source link

Adding missing deps #44

Closed sophieball closed 4 years ago

sophieball commented 4 years ago

Add the dependency in two places:

  1. requirements.txt: just the name of the library (it might be different from the one you see in the error message, e.g., you were missing dateutil but the name is actually python-dateutil.)
  2. src/BUILD: in convo_word_freq_diff's deps, add requirement("LIB_NAME"),