Spaces:
Sleeping
Sleeping
[[source]] | |
url = "https://pypi.org/simple" | |
verify_ssl = true | |
name = "pypi" | |
[packages] | |
numpy = "==1.24.2" | |
matplotlib = "==3.7.1" | |
pillow = "==9.5.0" | |
opencv-contrib-python-headless = "==4.7.0.72" | |
python-multipart = "*" | |
importlib-resources ="*" | |
gradio = "*" | |
[dev-packages] | |
pytest = "==7.0.1" | |
pytest-cov = "==3.0.0" | |
flake8 = "==6.0.0" | |
black = "==23.3.0" | |
httpx = "*" | |
pre-commit = "==3.3.1" | |
[requires] | |
python_version = "3.9" | |
[scripts] | |
hook = "pre-commit install" | |
format = "pre-commit run --all-files" | |
test = "pytest ./tests -rA --doctest-modules --junitxml=pytest-report.xml --cov=. --cov-report=html --cov-report term-missing" | |
build = "bash -c 'python setup.py clean --all && python setup.py bdist_wheel'" | |
publish = "twine upload dist/*" | |