[tool.poetry] name = "Model Demo with Gradio" version = "0.0.1" description = "" authors = ["bastien@automi.ai"] [tool.poetry.dependencies] python = "^3.8, <3.11" gradio = "^3.23.0" numpy = "^1.24.2" onnxruntime = "^1.14.1" requests = "^2.28.2" torchvision = "^0.15.1" [tool.poetry.group.dev.dependencies] black = "^23.1.0" liccheck = "^0.8.3" pylint = "^2.17.0" pytest = "^7.2.2" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" #[tool.liccheck] #authorized_licenses = [ # "bsd", # "new bsd", # "bsd license", # "new bsd license", # "simplified bsd", # "apache", # "apache 2.0", # "apache software license", # "gnu lgpl", # "lgpl with exceptions or zpl", # "isc license", # "isc license (iscl)", # "mit", # "mit license", # "python software foundation", # "python software foundation license", # "zpl 2.1", # "historical permission notice and disclaimer", # "gpl v3" #] #unauthorized_licenses = [""] #authorized_packages = [ # "aiohttp: *", # "aiosignal: *", # "async-timeout: *", # "bcrypt: *", # "certifi: *", # "frozenlist: *", # "gradio: *", # "monotonic: *", # "multidict: *", # "openvino: *", # "paramiko: *", # "Pillow: *", # "PyNaCl: *", # "python-multipart: *", # "requests: *", # "yarl: *" #]