Skip to content

Commit 996105d

Browse files
committed
Fix setup.py for plumbum dependency
1 parent 2f20ebe commit 996105d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
'git-search-replace.py = gitsearchreplace:main',
2626
]
2727
},
28-
requires=['plumbum']
28+
install_requires=['plumbum>=1.5']
2929
)

0 commit comments

Comments
 (0)