Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify dependency handling in setup.py
Removed the parse_requirements function and directly listed all dependencies within the setup.py file. This change improves setup script readability and eliminates the need to parse an external requirements file.