Skip to content

Commit

Permalink
add tqdm to required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
realiti4 committed Apr 22, 2021
1 parent ee4a609 commit 5f399e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
],
python_requires='>=3.6',
packages=find_packages(),
install_requires=["numpy", "pandas", "requests", "pytrends"],
install_requires=["numpy", "pandas", "requests", "tqdm"],
)
2 changes: 1 addition & 1 deletion tradingfeatures/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from tradingfeatures.api_base import apiBase
from tradingfeatures.apis import *

from tradingfeatures.google_trends import google_trends
# from tradingfeatures.google_trends import google_trends

# from tradingfeatures.legacy import *

Expand Down

0 comments on commit 5f399e5

Please sign in to comment.