Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.

Commit

Permalink
Add new pip requirements from pip-compile.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
redshiftzero committed Nov 23, 2016
1 parent 4b8c6d5 commit 847e4e6
Showing 1 changed file with 52 additions and 10 deletions.
62 changes: 52 additions & 10 deletions fpsd/requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,63 @@
#
# pip-compile --output-file requirements.txt requirements.in
#
aiohttp==1.0.5
aiohttp==1.1.5
aiosocks==0.1.7
async-timeout==1.0.0 # via aiohttp
async-timeout==1.1.0 # via aiohttp
chardet==2.3.0 # via aiohttp
cycler==0.10.0 # via matplotlib
decorator==4.0.10 # via ipython, traitlets
EasyProcess==0.2.3 # via pyvirtualdisplay
multidict==2.1.2 # via aiohttp
numpy==1.11.2 # via pandas
pandas==0.19.0
entrypoints==0.2.2 # via nbconvert
ipykernel==4.5.1 # via ipywidgets, jupyter, jupyter-console, notebook, qtconsole
ipython-genutils==0.1.0 # via nbformat, notebook, traitlets
ipython==5.1.0 # via ipykernel, ipywidgets, jupyter-console
ipywidgets==5.2.2 # via jupyter
jinja2==2.8 # via nbconvert, notebook
jsonschema==2.5.1 # via nbformat
jupyter-client==4.4.0 # via ipykernel, jupyter-console, notebook, qtconsole
jupyter-console==5.0.0 # via jupyter
jupyter-core==4.2.0 # via jupyter-client, nbconvert, nbformat, notebook, qtconsole
jupyter==1.0.0
MarkupSafe==0.23 # via jinja2
matplotlib==1.5.3
mistune==0.7.3 # via nbconvert
multidict==2.1.2 # via aiohttp, yarl
nbconvert==4.2.0 # via jupyter, notebook
nbformat==4.1.0 # via nbconvert, notebook
notebook==4.2.3 # via jupyter, widgetsnbextension
numpy==1.11.2
pandas==0.19.1
pexpect==4.2.1 # via ipython
pickleshare==0.7.4 # via ipython
prompt-toolkit==1.0.9 # via ipython, jupyter-console
psycopg2==2.6.2
python-dateutil==2.5.3 # via pandas
pytz==2016.7 # via pandas
ptyprocess==0.5.1 # via pexpect, terminado
pygments==2.1.3 # via ipython, jupyter-console, nbconvert, qtconsole
pyparsing==2.1.10 # via matplotlib
python-dateutil==2.6.0 # via matplotlib, pandas
pytz==2016.7 # via matplotlib, pandas
pyvirtualdisplay==0.2.1
PyYAML==3.12
pyzmq==16.0.1 # via jupyter-client
qtconsole==4.2.1 # via jupyter
scikit-learn==0.17.1
scipy==0.18.1
seaborn==0.7.1
selenium==2.53.6 # via tbselenium
six==1.10.0 # via python-dateutil
SQLAlchemy==1.1.2
simplegeneric==0.8.1 # via ipython
six==1.10.0 # via cycler, prompt-toolkit, python-dateutil, traitlets
SQLAlchemy==1.1.4
stem==1.4.0
tbselenium==0.1
tqdm==4.8.4
terminado==0.6 # via notebook
tornado==4.4.2 # via ipykernel, notebook, terminado
tqdm==4.10.0
traitlets==4.3.1 # via ipykernel, ipython, ipywidgets, jupyter-client, jupyter-core, nbconvert, nbformat, notebook, qtconsole
wcwidth==0.1.7 # via prompt-toolkit
widgetsnbextension==1.2.6 # via ipywidgets
yarl==0.7.0 # via aiohttp

# The following packages are commented out because they are
# considered to be unsafe in a requirements file:
# setuptools # via ipython

0 comments on commit 847e4e6

Please sign in to comment.