Skip to content

Commit

Permalink
Update requirements and enhance TODO comments for new functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
hreikin committed Dec 22, 2024
1 parent 2134492 commit bb78de3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ charset-normalizer==3.4.0
click==8.1.7
colorama==0.4.6
ghp-import==2.1.0
greenlet==3.1.1
griffe==1.5.1
idna==3.10
Jinja2==3.1.4
Expand All @@ -17,17 +18,23 @@ mkdocs-material==9.5.46
mkdocs-material-extensions==1.3.1
mkdocstrings==0.27.0
mkdocstrings-python==1.12.2
numpy==2.2.1
packaging==24.2
paginate==0.5.7
pandas==2.2.3
pathspec==0.12.1
platformdirs==4.3.6
Pygments==2.18.0
pymdown-extensions==10.12
python-dateutil==2.9.0.post0
pytz==2024.2
PyYAML==6.0.2
pyyaml_env_tag==0.1
regex==2024.11.6
requests==2.32.3
six==1.16.0
SQLAlchemy==2.0.36
typing_extensions==4.12.2
tzdata==2024.2
urllib3==2.2.3
watchdog==6.0.0
1 change: 1 addition & 0 deletions xmrig/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
from sqlalchemy.engine import Engine

# TODO: Properties should fallback to using the database if the cached data is not available, handle JSONDecodeError to continue running and return "N/A" for the property.
# TODO: Update tests to cover all new functionality.
# TODO: Multiple examples to help you get started
# TODO: Comprehensive documentation

Expand Down

0 comments on commit bb78de3

Please sign in to comment.