Merge branch 'Alpha' into Alpha

This commit is contained in:
Anmol Pratap Singh
2020-07-31 12:44:31 +05:30
committed by GitHub
3 changed files with 26 additions and 1 deletions

View File

@@ -14,4 +14,5 @@ RUN npm -g config set user root
RUN npm install -g vega-lite vega-cli canvas RUN npm install -g vega-lite vega-cli canvas
ENTRYPOINT ["python", "/main.py"] ENTRYPOINT ["python", "/main.py"]

View File

@@ -1,3 +1,4 @@
import os
import pandas as pd import pandas as pd
import numpy as np import numpy as np
import altair as alt import altair as alt

View File

@@ -2,12 +2,18 @@ altair==4.1.0
altair-data-server==0.4.1 altair-data-server==0.4.1
altair-saver==0.5.0 altair-saver==0.5.0
altair-viewer==0.3.0 altair-viewer==0.3.0
appdirs==1.4.3
attrs==19.3.0 attrs==19.3.0
bcrypt==3.1.7
certifi==2020.6.20 certifi==2020.6.20
cffi==1.14.0
chardet==3.0.4 chardet==3.0.4
cryptography==2.9.2
cycler==0.10.0 cycler==0.10.0
Deprecated==1.2.10 Deprecated==1.2.10
distlib==0.3.0
entrypoints==0.3 entrypoints==0.3
filelock==3.0.12
gitdb==4.0.5 gitdb==4.0.5
GitPython==3.1.7 GitPython==3.1.7
idna==2.10 idna==2.10
@@ -17,17 +23,30 @@ kiwisolver==1.2.0
lizard==1.17.4 lizard==1.17.4
MarkupSafe==1.1.1 MarkupSafe==1.1.1
matplotlib==3.3.0 matplotlib==3.3.0
MouseInfo==0.1.2
numpy==1.19.1 numpy==1.19.1
opencv-python==4.2.0.34
pandas==1.0.5 pandas==1.0.5
paramiko==2.7.1
Pillow==7.2.0 Pillow==7.2.0
pipenv==2018.11.26
portpicker==1.3.1 portpicker==1.3.1
PyAutoGUI==0.9.48
pycparser==2.20
PyDriller==1.15.2 PyDriller==1.15.2
PyGetWindow==0.0.8
PyGithub==1.51 PyGithub==1.51
PyJWT==1.7.1 PyJWT==1.7.1
PyMsgBox==1.0.7
PyNaCl==1.3.0
pyparsing==2.4.7 pyparsing==2.4.7
pyperclip==1.7.0
PyRect==0.1.4
pyrsistent==0.16.0 pyrsistent==0.16.0
PyScreeze==0.1.25
python-dateutil==2.8.1 python-dateutil==2.8.1
python-dotenv==0.14.0 python-dotenv==0.14.0
PyTweening==1.0.3
pytz==2020.1 pytz==2020.1
requests==2.24.0 requests==2.24.0
selenium==3.141.0 selenium==3.141.0
@@ -36,4 +55,8 @@ smmap==3.0.4
toolz==0.10.0 toolz==0.10.0
tornado==6.0.4 tornado==6.0.4
urllib3==1.25.9 urllib3==1.25.9
virtualenv==20.0.18
virtualenv-clone==0.5.4
wrapt==1.12.1 wrapt==1.12.1
xlrd==1.2.0
XlsxWriter==1.2.8