Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove enum34 dependency from requirements.txt (#1605)
- The `enum34` (https://pypi.org/project/enum34/) package backports the enum module for Python versions 2.4–3.3. Since our project uses Python 3.7+, where `enum` is part of the standard library, this dependency is no longer required. - This change cleans up the `requirements.txt` file by removing `enum34==1.1.6`
- Loading branch information