Closed
Description
Currently, requirements in setup.py are hardcoded.
https://github.com/prius/python-leetcode/blob/main/setup.py#L29
Need to handle them the same way we handle DESCRIPTION
- read the 'requirements.txt` file and get requirements from there.