Skip to content

Commit 7191cb8

Browse files
author
pedro
committed
setuptools dependency
1 parent 6fb08f7 commit 7191cb8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
url='https://github.com/plainas/tq',
1212
packages= ['tq'],
1313
scripts=['bin/tq'],
14-
install_requires=['beautifulsoup4>=4.8.1'],
14+
install_requires=[
15+
'beautifulsoup4==4.8.1',
16+
'setuptools==39.0.1'
17+
],
1518
classifiers=[
1619
'License :: OSI Approved :: MIT License',
1720
'Programming Language :: Python',

0 commit comments

Comments
 (0)