commit 5b835c0bf56cd015d2517333788597fd4776bcf2 Author: Pratyush Desai Date: Wed Oct 20 15:57:45 2021 +0530 Initial commit Signed-off-by: Pratyush Desai diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f7275bb --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +venv/ diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..e69de29 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..dc472fc --- /dev/null +++ b/requirements.txt @@ -0,0 +1,141 @@ +absl-py==0.15.0 +aiohttp==3.7.4.post0 +alabaster==0.7.12 +APScheduler==3.6.3 +astunparse==1.6.3 +async-timeout==3.0.1 +attrs==21.2.0 +Automat==20.2.0 +Babel==2.9.1 +bleach==4.1.0 +boto3==1.18.65 +botocore==1.21.65 +cachetools==4.2.2 +certifi==2021.10.8 +characteristic==14.3.0 +chardet==4.0.0 +charset-normalizer==2.0.7 +clang==5.0 +click==8.0.3 +cloudpickle==2.0.0 +coloredlogs==15.0.1 +ConfigArgParse==1.5.3 +constantly==15.1.0 +cycler==0.10.0 +defusedxml==0.7.1 +docopt==0.6.2 +docutils==0.17.1 +entrypoints==0.3 +fakeredis==1.6.1 +fbmessenger==4.3.1 +Flask==2.0.2 +flatbuffers==1.12 +future==0.18.2 +gast==0.4.0 +gevent==21.8.0 +google-auth==2.3.0 +google-auth-oauthlib==0.4.6 +google-pasta==0.2.0 +graphviz==0.17 +greenlet==1.1.2 +grpcio==1.41.0 +h5py==3.1.0 +humanfriendly==10.0 +hyperlink==21.0.0 +idna==3.3 +imagesize==1.2.0 +incremental==21.3.0 +ipython-genutils==0.2.0 +itsdangerous==2.0.1 +Jinja2==3.0.2 +jmespath==0.10.0 +joblib==1.1.0 +jsonpickle==2.0.0 +jsonschema==4.1.1 +jupyter-client==7.0.6 +jupyter-core==4.8.1 +jupyterlab-pygments==0.1.2 +keras==2.6.0 +Keras-Preprocessing==1.1.2 +kiwisolver==1.3.2 +klein==21.8.0 +Markdown==3.3.4 +MarkupSafe==2.0.1 +matplotlib==3.4.3 +mistune==0.8.4 +multidict==5.2.0 +nbclient==0.5.4 +nbconvert==6.2.0 +nbformat==5.1.3 +nbsphinx==0.8.7 +nest-asyncio==1.5.1 +networkx==2.6.3 +numpy==1.19.5 +oauthlib==3.1.1 +opt-einsum==3.3.0 +packaging==21.0 +pandoc==1.1.0 +pandocfilters==1.5.0 +pathlib==1.0.1 +Pillow==8.4.0 +plumbum==1.7.0 +ply==3.11 +protobuf==3.18.1 +pyasn1==0.4.8 +pyasn1-modules==0.2.8 +Pygments==2.10.0 +pykwalify==1.6.0 +pyparsing==2.4.7 +pyrsistent==0.18.0 +python-dateutil==2.8.2 +python-telegram-bot==13.7 +pytz==2021.3 +PyYAML==6.0 +pyzmq==22.3.0 +rasa==0.1.1 +rasa-core==0.8.6 +rasa-nlu==0.11.5 +redis==3.5.3 +requests==2.26.0 +requests-oauthlib==1.3.0 +rsa==4.7.2 +ruamel.yaml==0.17.16 +ruamel.yaml.clib==0.2.6 +s3transfer==0.5.0 +scikit-learn==1.0 +scipy==1.7.1 +simplejson==3.17.5 +six==1.15.0 +slackclient==2.9.3 +snowballstemmer==2.1.0 +sortedcontainers==2.4.0 +Sphinx==4.2.0 +sphinxcontrib-applehelp==1.0.2 +sphinxcontrib-devhelp==1.0.2 +sphinxcontrib-htmlhelp==2.0.0 +sphinxcontrib-jsmath==1.0.1 +sphinxcontrib-qthelp==1.0.3 +sphinxcontrib-serializinghtml==1.1.5 +tensorboard==2.7.0 +tensorboard-data-server==0.6.1 +tensorboard-plugin-wit==1.8.0 +tensorflow==2.6.0 +tensorflow-estimator==2.6.0 +termcolor==1.1.0 +testpath==0.5.0 +threadpoolctl==3.0.0 +tornado==6.1 +tqdm==4.62.3 +traitlets==5.1.0 +Tubes==0.2.0 +Twisted==21.7.0 +typing==3.7.4.3 +typing-extensions==3.7.4.3 +tzlocal==2.1 +urllib3==1.26.7 +webencodings==0.5.1 +Werkzeug==2.0.2 +wrapt==1.12.1 +yarl==1.7.0 +zope.event==4.5.0 +zope.interface==5.4.0