Skip to content

Commit 12e5c48

Browse files
Matt-Hurdcopybara-github
authored andcommitted
Fix etils package install to include epath
PiperOrigin-RevId: 708360371
1 parent f0e776a commit 12e5c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'setuptools >= 41.0.0',
3131
'six >= 1.10.0',
3232
'werkzeug >= 0.11.15',
33-
'etils >= 1.0.0'
33+
'etils[epath] >= 1.0.0'
3434
]
3535

3636

0 commit comments

Comments
 (0)