Skip to content

Commit

Permalink
Remove enum34 dependency from requirements.txt (#1605)
Browse files Browse the repository at this point in the history
- 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
ramonfigueiredo authored Nov 26, 2024
1 parent a43767a commit 472c81b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
enum34==1.1.6
future==1.0.0
grpcio==1.48.2;python_version<"3.7"
grpcio-tools==1.48.2;python_version<"3.7"
Expand Down

0 comments on commit 472c81b

Please sign in to comment.