Skip to content

Commit 810db7b

Browse files
committed
Add requests to depends
1 parent c9b3c9d commit 810db7b

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
@@ -13,7 +13,7 @@
1313
py_modules=[
1414
'threatkb',
1515
],
16-
install_requires=[],
16+
install_requires=['requests'],
1717
entry_points={
1818
'console_scripts': [
1919
'threatkb = threatkb:main'

0 commit comments

Comments
 (0)