fbchat
fbchat copied to clipboard
missing requirements.txt
It would be very much appreciated if the requirements.txt is included in the repository.
Hi @ibaguio, for the most part, you can view our requirements in the tool.flit.metadata.requires key in pyproject.toml, and you can use flit install as a replacement for pip install -r requirements.txt.
I'm inclined to not duplicate these to requirements.txt, unless there's a good reason, can you tell me your use cases?