add install_requires
This commit is contained in:
parent
3935cf0bb8
commit
586790270b
6
setup.py
6
setup.py
@ -26,7 +26,11 @@ def install():
|
|||||||
'Programming Language :: Python :: 3.2',
|
'Programming Language :: Python :: 3.2',
|
||||||
'Programming Language :: Python :: 3.3',
|
'Programming Language :: Python :: 3.3',
|
||||||
'Programming Language :: Python :: 3.4'],
|
'Programming Language :: Python :: 3.4'],
|
||||||
packages=find_packages()
|
packages=find_packages(),
|
||||||
|
install_requires=[
|
||||||
|
'requests',
|
||||||
|
'future',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
Reference in New Issue
Block a user