joshuaskelly / twitch-observer

Turn Twitch chatter into Python events
MIT License
26 stars 6 forks source link

requirements.txt #40

Closed PythooonUser closed 7 years ago

PythooonUser commented 7 years ago

Summary

Do we need a requirements.txt included in the repo? For our project it will be empty, but maybe it adds to the maturity of the repo?

PythooonUser commented 7 years ago

There might be two packages that need to be installed for the Sphinx documentation (if it works):

But I don't know if this needs to be considered here.

joshuaskelly commented 7 years ago

For our project, no. We have no dependencies and it doesn't make sense to have an empty requirements.txt

Those are development dependencies and not runtime. There is a target in the makefile to install development dependencies.

PythooonUser commented 7 years ago

Alright. Makes sense. Thanks :)