Add requirements (python) file
This commit is contained in:
parent
6180d04bc5
commit
1f451309a7
2 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
import numpy as np
|
import numpy as np
|
||||||
# import matplotlib.pyplot as plt
|
import settings
|
||||||
|
|
||||||
timelog = pd.read_csv("timelog-titled.csv")
|
timelog = pd.read_csv(settings.pomodoro_logfile())
|
||||||
|
|
||||||
# Dump bad data. The real solution here is to get rid of the damned 'Cancel'
|
# Dump bad data. The real solution here is to get rid of the damned 'Cancel'
|
||||||
# button on the Pomodoro Prompt dialog, but i don't know how to do that, so we
|
# button on the Pomodoro Prompt dialog, but i don't know how to do that, so we
|
||||||
|
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pandas
|
Loading…
Reference in a new issue