Last active
May 16, 2018 14:33
-
-
Save abs51295/f2caddf46e9435b8311bd7c5b51125f2 to your computer and use it in GitHub Desktop.
requirements.txt for kronos
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# This file is autogenerated by pip-compile | |
# To update, run: | |
# | |
# pip-compile --output-file requirements.txt requirements.in | |
# | |
beautifulsoup4==4.6.0 | |
boto3==1.4.4 | |
boto==2.46.1 | |
botocore==1.5.32 | |
bs4==0.0.1 | |
click==6.7 # via flask | |
cymem==1.31.2 # via preshed, spacy, thinc | |
cython==0.25.2 | |
cytoolz==0.8.2 # via thinc | |
daiquiri==1.3.0 | |
datasketch==1.2.5 # via pytextrank | |
decorator==4.3.0 # via networkx | |
dill==0.2.7.1 # via spacy, thinc | |
docutils==0.14 # via botocore, statistics | |
flask-cors==3.0.2 | |
flask==0.12 | |
futures==3.2.0 # via s3transfer | |
gevent==1.2.2 | |
graphviz==0.8.3 # via pytextrank | |
greenlet==0.4.13 # via gevent | |
gunicorn==19.7.1 | |
itsdangerous==0.24 # via flask | |
jinja2==2.10 # via flask | |
jmespath==0.9.3 # via boto3, botocore | |
joblib==0.11 | |
markupsafe==1.0 # via jinja2 | |
mistune==0.8.3 | |
msgpack-numpy==0.4.1 # via thinc | |
msgpack-python==0.5.6 # via msgpack-numpy, thinc | |
murmurhash==0.28.0 # via spacy, thinc | |
networkx==1.11 | |
nltk==3.2.5 | |
nose==1.3.7 | |
numpy==1.13.3 | |
pandas==0.19.2 | |
pathlib==1.0.1 # via spacy, thinc | |
plac==0.9.6 # via spacy, thinc | |
preshed==1.0.0 # via spacy, thinc | |
pytextrank==1.1.0 | |
python-dateutil==2.7.3 # via botocore, pandas | |
pytz==2018.4 # via pandas | |
redis==2.10.6 # via datasketch | |
regex==2017.4.5 # via spacy | |
requests==2.11.1 | |
s3transfer==0.1.13 # via boto3 | |
scikit-learn==0.19.1 # via xgboost | |
scipy==0.19.0 | |
six==1.11.0 | |
spacy==2.0.11 # via pytextrank | |
statistics==1.0.3.5 # via pytextrank | |
termcolor==1.1.0 # via thinc | |
thinc==6.10.2 # via spacy | |
toolz==0.9.0 # via cytoolz | |
tqdm==4.23.3 # via thinc | |
ujson==1.35 # via spacy | |
uuid==1.30 | |
werkzeug==0.14.1 # via flask | |
wheel==0.29.0 | |
wrapt==1.10.11 # via thinc | |
xgboost==0.6a2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment