Skip to content

Commit

Permalink
Merge pull request #126 from ecobee/dev
Browse files Browse the repository at this point in the history
adding requirements
  • Loading branch information
tomstesco authored Jan 15, 2021
2 parents 6311d03 + 1a00cee commit f58698d
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 0 deletions.
158 changes: 158 additions & 0 deletions requirements_fixed.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,158 @@
aiohttp==3.7.3
alabaster==0.7.12
appdirs==1.4.4
argon2-cffi==20.1.0
async-generator==1.10
async-timeout==3.0.1
attrs==20.3.0
Babel==2.9.0
backcall==0.2.0
beautifulsoup4==4.8.0
black==20.8b1
bleach==3.2.1
Bottleneck==1.3.2
cachetools==4.2.0
casadi==3.5.5
certifi==2020.12.5
cffi==1.14.4
chardet==3.0.4
click==7.1.2
coverage==5.3.1
cycler==0.10.0
Cython==0.29.21
dask==2020.12.0
decorator==4.4.2
defusedxml==0.6.0
docutils==0.16
entrypoints==0.3
eppy==0.5.53
flake8==3.8.4
fsspec==0.8.5
future==0.18.2
gcsfs==0.7.1
google-api-core==1.24.1
google-auth==1.24.0
google-auth-oauthlib==0.4.2
google-cloud-bigquery==2.3.1
google-cloud-bigquery-storage==2.1.0
google-cloud-core==1.5.0
google-cloud-storage==1.35.0
google-crc32c==1.1.0
google-resumable-media==1.2.0
googleapis-common-protos==1.52.0
grpcio==1.34.1
idna==2.10
imagesize==1.2.0
iniconfig==1.1.1
ipykernel==5.4.3
ipython==7.19.0
ipython-genutils==0.2.0
ipywidgets==7.6.3
jedi==0.18.0
Jinja2==2.11.2
joblib==1.0.0
json5==0.9.5
jsonschema==3.2.0
jupyter-client==6.1.11
jupyter-core==4.7.0
jupyterlab==2.2.9
jupyterlab-pygments==0.1.2
jupyterlab-server==1.2.0
jupyterlab-widgets==1.0.0
kiwisolver==1.3.1
libcst==0.3.16
llvmlite==0.35.0
lxml==4.6.2
MarkupSafe==1.1.1
matplotlib==3.3.3
mccabe==0.6.1
mistune==0.8.4
multidict==5.1.0
munch==2.5.0
mypy-extensions==0.4.3
nbclient==0.5.1
nbconvert==6.0.7
nbformat==5.1.0
nest-asyncio==1.4.3
notebook==6.2.0
numba==0.52.0
numdifftools==0.9.39
numexpr==2.7.2
numpy==1.19.5
oauthlib==3.1.0
packaging==20.8
pandas==1.2.0
pandas-gbq==0.14.1
pandocfilters==1.4.3
parso==0.8.1
pathspec==0.8.1
patsy==0.5.1
pexpect==4.8.0
pickleshare==0.7.5
Pillow==8.1.0
plotly==4.14.3
pluggy==0.13.1
prometheus-client==0.9.0
prompt-toolkit==3.0.10
proto-plus==1.13.0
protobuf==3.14.0
psutil==5.8.0
ptyprocess==0.7.0
py==1.10.0
pyarrow==1.0.1
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycodestyle==2.6.0
pycparser==2.20
pydata-google-auth==1.1.0
pydot3k==1.0.17
pyflakes==2.2.0
pyflux==0.4.15
PyFMI==2.7.4
Pygments==2.7.4
pyparsing==2.4.7
pyrsistent==0.17.3
pytest==6.2.1
pytest-ordering==0.6
python-dateutil==2.8.1
pytz==2020.5
PyYAML==5.3.1
pyzmq==21.0.0
regex==2020.11.13
requests==2.25.1
requests-oauthlib==1.3.0
retrying==1.3.3
rsa==4.7
scikit-learn==0.24.0
scipy==1.6.0
Send2Trash==1.5.0
Shapely==1.7.1
six==1.15.0
snowballstemmer==2.0.0
soupsieve==2.1
Sphinx==3.4.3
sphinx-rtd-theme==0.5.1
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==1.0.3
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.4
statsmodels==0.12.1
terminado==0.9.2
testpath==0.4.4
threadpoolctl==2.1.0
tinynumpy==1.2.1
toml==0.10.2
tornado==6.1
tqdm==4.56.0
traitlets==5.0.5
typed-ast==1.4.2
typing-extensions==3.7.4.3
typing-inspect==0.6.0
tzwhere==3.0.3
urllib3==1.26.2
wcwidth==0.2.5
webencodings==0.5.1
widgetsnbextension==3.5.1
yarl==1.6.3
34 changes: 34 additions & 0 deletions requirements_unfixed.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
google-cloud-bigquery==2.3.1
jupyterlab==2.2.9
pytest
pytest-ordering
black
coverage
sphinx
sphinx-rtd-theme
flake8
setuptools
pandas
matplotlib
numpy
cython
lxml
scipy
eppy
plotly
ipywidgets
psutil
attrs
google-cloud-storage
pandas-gbq
tqdm
numba
gcsfs
dask
requests
scikit-learn
statsmodels
tzwhere
numexpr
bottleneck
casadi

0 comments on commit f58698d

Please sign in to comment.