[project] name = "free-qwen-3-8-max" version = "0.1.0" description = "A public Gradio demo for Qwen 3.8 Max" requires-python = ">=3.13" dependencies = [ "gradio==6.19.0", "openai>=2.20.0,<3", "pillow>=11.0.0,<13", ] [dependency-groups] dev = [ "pytest>=8.3.0,<10", ] [tool.pytest.ini_options] testpaths = ["tests"] pythonpath = ["."]