datetime
matplotlib==3.2.2
numpy
pandas
plotly
scikit-learn
scipy
pytest

# TO INSTALL FBPROPHET:
Cython>=0.22
cmdstanpy==0.9.5
pystan>=2.14
matplotlib>=2.0.0
LunarCalendar>=0.0.9
convertdate>=2.1.2
holidays>=0.10.2
setuptools-git>=1.2
python-dateutil>=2.8.0
tqdm>=4.36.1
fbprophet
# 1. manually install c++ compiler: conda install libpython m2w64-toolchain -c msys2
# 2. manually install pystan: pip install pystan
# 2. manually install fbprophet: pip install fbprophet

# TO publish the package
# pytest
# black
# wheel # to publish the package
# twine # to publish the package
# pytest-cov # to show code test coverage
# coveralls  # to provide history of code coverage
# tox #  create virtualenvs & check compatibility with different python versions