Skip to content

Commit

Permalink
Added dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale Nguyen committed Mar 12, 2019
1 parent ea19ee6 commit a704cf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@

setuptools.setup(
name="stockai",
version="0.0.3",
version="0.0.4",
author="Dale Nguyen",
author_email="[email protected]",
description="Get stock info from Yahoo! Finance",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/dalenguyen/stockai",
packages=setuptools.find_packages(),
install_requires = [ 'ciso8601', 'requests', ],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
Expand Down
2 changes: 1 addition & 1 deletion stockai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Stockai - get stock information from Yahoo! Finance
"""

__version__ = '0.0.3'
__version__ = '0.0.4'
__author__ = 'Dale Nguyen'
__name__ = 'stockai'

Expand Down
File renamed without changes.

0 comments on commit a704cf5

Please sign in to comment.