Skip to content

Commit d0d99c8

Browse files
committed
deps: pin fancycompleter to 0.10.3
1 parent 546b499 commit d0d99c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"Topic :: Software Development :: Debuggers",
4747
],
4848
install_requires=[
49-
"fancycompleter @ git+https://github.com/bretello/fancycompleter", # noqa: E501
49+
"fancycompleter @ git+https://github.com/bretello/fancycompleter@0.10.3", # noqa: E501
5050
"pygments",
5151
],
5252
extras_require={

0 commit comments

Comments
 (0)