Add install_requires.
This commit is contained in:
parent
3f56cc1f2b
commit
31d2a1c1d0
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
@ -438,6 +438,9 @@ args = dict(
|
||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
'Operating System :: OS Independent',
|
'Operating System :: OS Independent',
|
||||||
),
|
),
|
||||||
|
install_requires = (
|
||||||
|
'requests',
|
||||||
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
Loading…
Reference in a new issue