mybuddy/reports
Christopher Charbonneau Wells 3f1a7d9a9d
Refactor to remove pandas dependency (#177)
* Use regular dicts for sleep pattern (WIP)

* Remove dataframes code from sleep pattern graph

* Reimplement UTC offset change handling

* Move label formatting in to a function

* Remove pandas!

* Fix linting issue

* Add dev requirements to generated requirements.txt

* Stop committing Pipfile.lock

Pipenv is designed to pin to a specific version of Python. Including the lock
file can lead to failed builds or broken package configurations on different
system architectures and/or Python versions.
2020-12-02 20:15:22 -08:00
..
graphs Refactor to remove pandas dependency (#177) 2020-12-02 20:15:22 -08:00
migrations Create skeleton of reports app. 2017-08-21 19:22:03 -04:00
templates/reports Add a Diaper Change amounts report 2020-01-26 14:12:27 -08:00
tests Add a Diaper Change amounts report 2020-01-26 14:12:27 -08:00
__init__.py Create skeleton of reports app. 2017-08-21 19:22:03 -04:00
urls.py Add a Diaper Change amounts report 2020-01-26 14:12:27 -08:00
utils.py Remove exception handling for Plotly output (#69) 2020-02-14 11:29:33 -08:00
views.py Add a Diaper Change amounts report 2020-01-26 14:12:27 -08:00