mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
51c8c34486
* Implement Request class and its tests. * Add new requirements * Reformat codebase. * Fix formatting. * Add library level requirements. * Convert validated_data property to get_validated_data function. * Fix the client fixture. * Update test/test_utils.py * Update test/test_utils.py * Fix the client fixture. * Add missing initialization for Request._validated_data * Fix async test problem with test_tunneling.py * Update gradio/utils.py * Update gradio/utils.py * Fix formatting. Co-authored-by: Ömer Faruk Özdemir <farukozderim@gmail.com>
22 lines
308 B
Plaintext
22 lines
308 B
Plaintext
# Don't forget to run bash scripts/create_test_requirements.sh from unix or wsl when you update this file.
|
|
asyncio
|
|
IPython
|
|
comet_ml
|
|
coverage
|
|
mlflow
|
|
tensorflow
|
|
transformers
|
|
selenium==4.0.0a6.post2
|
|
scikit-image
|
|
shap
|
|
pytest
|
|
wandb
|
|
huggingface_hub
|
|
pytest-cov
|
|
pytest-asyncio
|
|
black
|
|
isort
|
|
flake8
|
|
torch
|
|
httpx
|
|
pydantic |