CornellNLP / ConvoKit

ConvoKit is a toolkit for extracting conversational features and analyzing social phenomena in conversations. It includes several large conversational datasets along with scripts exemplifying the use of the toolkit on these datasets.
https://convokit.cornell.edu/documentation/
MIT License
556 stars 129 forks source link

Add requirements-dev.txt and delete requirements.txt #151

Closed calebchiam closed 2 years ago

calebchiam commented 2 years ago

requirements.txt is redundant, given that have setup.py.

requirements-dev.txt should include packages like black, precommit, sphinx, which are useful for development but not for package functionality.