Skip to content

Commit

Permalink
added requirements.txt and minor change in processing.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
frkunz committed Mar 7, 2016
1 parent fb66470 commit 4ff320e
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 2 deletions.
3 changes: 1 addition & 2 deletions processing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
"nb_root_logger.handlers[0].setFormatter(formatter)\n",
"\n",
"#create download and output folder if they do not exist\n",
"if not os.path.exists('data_final/'): os.makedirs('data_final/')\n",
"#if not os.path.exists('output/datapackage_generation_capacities'): os.makedirs('output/datapackage_generation_capacities')"
"os.makedirs('data_final', exist_ok=True)"
]
},
{
Expand Down
116 changes: 116 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
alabaster==0.7.7
anaconda-client==1.2.2
argcomplete==1.0.0
astropy==1.1.1
Babel==2.2.0
beautifulsoup4==4.4.1
bitarray==0.8.1
blaze==0.9.0
bokeh==0.11.0
boto==2.39.0
Bottleneck==1.0.0
cffi==1.2.1
clyent==1.2.0
colorama==0.3.6
comtypes==1.1.2
conda==3.19.1
conda-build==1.19.0
conda-env==2.4.5
configobj==5.0.6
cryptography==1.0.1
cycler==0.9.0
Cython==0.23.4
cytoolz==0.7.5
datashape==0.5.0
decorator==4.0.6
docutils==0.12
dynd===f641248
et-xmlfile==1.0.1
fastcache==1.0.2
Flask==0.10.1
futures==3.0.3
greenlet==0.4.9
h5py==2.5.0
idna==2.0
ipykernel==4.2.2
ipython==4.0.3
ipython-genutils==0.1.0
ipywidgets==4.1.1
itsdangerous==0.24
jdcal==1.2
jedi==0.9.0
Jinja2==2.8
jsonschema==2.4.0
jupyter==1.0.0
jupyter-client==4.1.1
jupyter-console==4.1.0
jupyter-core==4.0.6
llvmlite==0.8.0
lxml==3.5.0
MarkupSafe==0.23
matplotlib==1.5.1
menuinst==1.3.2
mistune==0.7.1
multipledispatch==0.4.8
nbconvert==4.1.0
nbformat==4.0.1
networkx==1.11
nltk==3.1
nose==1.3.7
notebook==4.1.0
numba==0.23.1
numexpr==2.4.6
numpy==1.10.4
odo==0.4.0
openpyxl==2.3.2
pandas==0.17.1
path.py==0.0.0
patsy==0.4.0
pep8==1.7.0
pickleshare==0.5
Pillow==3.1.0
ply==3.8
psutil==3.4.2
py==1.4.31
pyasn1==0.1.9
pycosat==0.6.1
pycparser==2.14
pycrypto==2.6.1
pyflakes==1.0.0
Pygments==2.1
pyOpenSSL==0.15.1
pyparsing==2.0.3
pyreadline==2.1
pytest==2.8.5
python-dateutil==2.4.2
pytz==2015.7
pywin32==219
PyYAML==3.11
pyzmq==15.2.0
qtconsole==4.1.1
requests==2.9.1
rope-py3k==0.9.4.post1
scikit-image==0.11.3
scikit-learn==0.17
scipy==0.17.0
simplegeneric==0.8.1
six==1.10.0
snowballstemmer==1.2.1
sockjs-tornado==1.0.1
Sphinx==1.3.1
sphinx-rtd-theme==0.1.9
spyder==2.3.8
SQLAlchemy==1.0.11
statsmodels==0.6.1
sympy==0.7.6.1
tables==3.2.2
toolz==0.7.4
tornado==4.3
traitlets==4.1.0
unicodecsv==0.14.1
Werkzeug==0.11.3
wheel==0.26.0
xlrd==0.9.4
XlsxWriter==0.8.4
xlwings==0.6.4
xlwt==1.0.0

0 comments on commit 4ff320e

Please sign in to comment.