Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove enum34 dependency from requirements.txt #1605

Conversation

ramonfigueiredo
Copy link
Collaborator

  • 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

- 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`
@ramonfigueiredo ramonfigueiredo marked this pull request as ready for review November 26, 2024 19:28
@ramonfigueiredo ramonfigueiredo changed the title [requirements.txt] Remove enum34 Dependency from requirements.txt [requirements.txt] Remove enum34 dependency from requirements.txt Nov 26, 2024
@ramonfigueiredo ramonfigueiredo changed the title [requirements.txt] Remove enum34 dependency from requirements.txt Remove enum34 dependency from requirements.txt Nov 26, 2024
@ramonfigueiredo ramonfigueiredo merged commit 472c81b into AcademySoftwareFoundation:master Nov 26, 2024
9 of 11 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants