diff --git a/Dockerfile b/Dockerfile index e48d613..9a7b1d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,5 @@ RUN npm -g config set user root RUN npm install -g vega-lite vega-cli canvas -ENTRYPOINT ["python", "/main.py"] \ No newline at end of file +ENTRYPOINT ["python", "/main.py"] + diff --git a/make_bar_graph.py b/make_bar_graph.py index 6c66c6e..33a4f84 100644 --- a/make_bar_graph.py +++ b/make_bar_graph.py @@ -1,3 +1,4 @@ +import os import pandas as pd import numpy as np import altair as alt diff --git a/requirements.txt b/requirements.txt index e0d33b7..4c68612 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,12 +2,18 @@ altair==4.1.0 altair-data-server==0.4.1 altair-saver==0.5.0 altair-viewer==0.3.0 +appdirs==1.4.3 attrs==19.3.0 +bcrypt==3.1.7 certifi==2020.6.20 +cffi==1.14.0 chardet==3.0.4 +cryptography==2.9.2 cycler==0.10.0 Deprecated==1.2.10 +distlib==0.3.0 entrypoints==0.3 +filelock==3.0.12 gitdb==4.0.5 GitPython==3.1.7 idna==2.10 @@ -17,17 +23,30 @@ kiwisolver==1.2.0 lizard==1.17.4 MarkupSafe==1.1.1 matplotlib==3.3.0 +MouseInfo==0.1.2 numpy==1.19.1 +opencv-python==4.2.0.34 pandas==1.0.5 +paramiko==2.7.1 Pillow==7.2.0 +pipenv==2018.11.26 portpicker==1.3.1 +PyAutoGUI==0.9.48 +pycparser==2.20 PyDriller==1.15.2 +PyGetWindow==0.0.8 PyGithub==1.51 PyJWT==1.7.1 +PyMsgBox==1.0.7 +PyNaCl==1.3.0 pyparsing==2.4.7 +pyperclip==1.7.0 +PyRect==0.1.4 pyrsistent==0.16.0 +PyScreeze==0.1.25 python-dateutil==2.8.1 python-dotenv==0.14.0 +PyTweening==1.0.3 pytz==2020.1 requests==2.24.0 selenium==3.141.0 @@ -36,4 +55,8 @@ smmap==3.0.4 toolz==0.10.0 tornado==6.0.4 urllib3==1.25.9 +virtualenv==20.0.18 +virtualenv-clone==0.5.4 wrapt==1.12.1 +xlrd==1.2.0 +XlsxWriter==1.2.8