OHLC rework

This commit is contained in:
tim
2024-08-04 19:55:22 -04:00
parent 89ac1aa92b
commit 4bcbcaf09e
11 changed files with 460 additions and 114 deletions

3
bin/update-deps Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
pip install --upgrade pip && pip install --upgrade -r requirements.txt && pip freeze > requirements-lock.txt