File size: 611 Bytes
ac57eb2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
# Core dependencies for Gradio MCP Server gradio>=4.44.0 # Optional: For better performance and additional features # uvicorn>=0.24.0 # ASGI server for production deployment # fastapi>=0.104.0 # Web framework (used by Gradio internally) # Optional: For development and testing # pytest>=7.4.0 # Testing framework # black>=23.0.0 # Code formatting # flake8>=6.0.0 # Code linting # Optional: For enhanced text processing # nltk>=3.8.0 # Natural language processing # spacy>=3.7.0 # Advanced NLP # textstat>=0.7.0 # Text readability statistics |