-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.py
More file actions
18 lines (17 loc) · 779 Bytes
/
setup.py
File metadata and controls
18 lines (17 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
from setuptools import setup
setup(
name='StockTools',
version='0.1',
packages=[],
url='',
license='',
author='benrc',
author_email='',
description='',
install_requires=['yahoo-earnings-calendar', 'yfinance', 'tweepy', 'pandas', 'datetime', 'PyQt5', 'tda-api',
'selenium', 'webdriver_manager', 'requests', 'nltk', 'sklearn', 'numpy', 'regex', 'lxml',
'scipy', 'PyDrive', 'schedule', 'iexfinance', 'beautifulsoup4', 'oauthlib', 'httplib2',
'requests-oauthlib', 'python-dotenv', 'botometer', 'pynput', 'openpyxl', 'imblearn',
'quiverquant', 'tensorflow', 'h5py', 'matplotlib', 'dill', 'tensorflow-addons', 'transformers',
'Scweet']
)