Skip to content

Commit b422bc7

Browse files
fix setup issue
1 parent 1503438 commit b422bc7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
with open("HISTORY.rst") as history_file:
1212
history = history_file.read()
1313

14-
with open("requirements_dev.txt", "r") as fh:
15-
requirements = [line.strip() for line in fh]
14+
requirements = ['Click>=7.0', ]
1615

1716
setup_requirements = [
1817
"pytest-runner",

0 commit comments

Comments
 (0)