Skip to content

Commit

Permalink
Merge pull request #25 from EtWnn/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
EtWnn authored Mar 26, 2021
2 parents 3b043d3 + ccf1409 commit 8648977
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/binance_manager.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BinanceManager
==============
Binance Manager
===============

.. automodule:: BinanceWatch.BinanceManager
:members:
Expand Down
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
numpy
tqdm
dateparser
requests
python-binance
appdirs
sphinx
sphinx_rtd_theme
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 8648977

Please sign in to comment.