diff --git a/docs/source/binance_manager.rst b/docs/source/binance_manager.rst index 9172db2..54e0033 100644 --- a/docs/source/binance_manager.rst +++ b/docs/source/binance_manager.rst @@ -1,5 +1,5 @@ -BinanceManager -============== +Binance Manager +=============== .. automodule:: BinanceWatch.BinanceManager :members: diff --git a/docs/source/conf.py b/docs/source/conf.py index 6744792..f015d09 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -47,7 +47,8 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'sphinx_rtd_theme' # alavaster + +html_theme = 'sphinx_rtd_theme' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..293a748 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,8 @@ +numpy +tqdm +dateparser +requests +python-binance +appdirs +sphinx +sphinx_rtd_theme diff --git a/setup.py b/setup.py index 807a8ef..25e9216 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ license='MIT', description='Local tracker of a binance account', long_description=long_description, - long_description_content_type='text/x-rst', # 'text/markdown' + long_description_content_type='text/x-rst', install_requires=['numpy', 'tqdm', 'dateparser', 'requests', 'python-binance', 'appdirs'], keywords='binance exchange wallet save tracking history bitcoin ethereum btc eth', classifiers=[