Add requirements.txt
- Adds support for python venv
- Also add support of hot-reload
- Add script to build virtual environment
Signed-off-by:
Ayush Singh <ayushdevel1325@gmail.com>
requirements.txt
0 → 100644
accessible-pygments==0.0.4 | ||
alabaster==0.7.16 | ||
Babel==2.14.0 | ||
beautifulsoup4==4.12.3 | ||
certifi==2024.2.2 | ||
charset-normalizer==3.3.2 | ||
colorama==0.4.6 | ||
docutils==0.20.1 | ||
idna==3.6 | ||
imagesize==1.4.1 | ||
Jinja2==3.1.3 | ||
livereload==2.6.3 | ||
MarkupSafe==2.1.5 | ||
packaging==23.2 | ||
pydata-sphinx-theme==0.15.2 | ||
Pygments==2.17.2 | ||
requests==2.31.0 | ||
six==1.16.0 | ||
snowballstemmer==2.2.0 | ||
soupsieve==2.5 | ||
Sphinx==7.2.6 | ||
sphinx-autobuild==2021.3.14 | ||
sphinx_design==0.5.0 | ||
sphinxcontrib-applehelp==1.0.8 | ||
sphinxcontrib-devhelp==1.0.6 | ||
sphinxcontrib-htmlhelp==2.0.5 | ||
sphinxcontrib-jsmath==1.0.1 | ||
sphinxcontrib-qthelp==1.0.7 | ||
sphinxcontrib-serializinghtml==1.1.10 | ||
sphinxcontrib-youtube==1.4.1 | ||
tornado==6.4 | ||
typing_extensions==4.9.0 | ||
urllib3==2.2.0 |
venv-build-env.sh
0 → 100644
Please register or sign in to comment