Skip to content

Commit 9359d34

Browse files
authored
Remove typo from examples/e2e requirements.txt
A stray f was in examples/e2e/requirements.txt causing pip install to break
1 parent aee95ed commit 9359d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/e2e/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packaging==20.3
1414
pluggy==0.13.1
1515
psutil==5.7.0
1616
py==1.8.1
17-
pyparsing==2.4.6f
17+
pyparsing==2.4.6
1818
pytest==5.4.1
1919
requests==2.23.0
2020
six==1.14.0

0 commit comments

Comments
 (0)