cre-chatbot-rag / requirements-dev.txt
tony-42069's picture
Add dependency specifications
80e51c6
raw
history blame
247 Bytes
-r requirements.txt
# Testing
pytest==7.4.3
pytest-cov==4.1.0
# Linting
flake8==6.1.0
black==23.11.0
# Type checking
mypy==1.7.1
# Documentation
sphinx==7.2.6
sphinx-rtd-theme==1.3.0
# Development tools
pre-commit==3.5.0
python-dotenv==1.0.0