Skip to content

Commit 337b552

Browse files
committed
7
1 parent 59908e2 commit 337b552

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
setuptools.setup(
77
name = 'nsepython',
88
packages=setuptools.find_packages(),
9-
version = '0.0.965',
9+
version = '0.0.966',
1010
include_package_data=True,
1111
description = 'Python library for NSE India APIs',
1212
long_description=long_description,
1313
long_description_content_type="text/markdown", author = 'Aeron7',
14-
author_email = 'hello@aeron7.com',
14+
author_email = 'dexter@unofficed.com',
1515
url = 'https://github.com/aeron7/nsepython',
16-
install_requires=['requests', 'pandas'],
16+
install_requires=['requests', 'pandas','scipy'],
1717
keywords = ['nseindia', 'nse', 'python', 'sdk', 'trading', 'stock markets'],
1818
classifiers=[
1919
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)