File size: 374 Bytes
687a724
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[tool.poetry]
name = "hotdog-or-not"
version = "0.1.0"
description = ""
authors = ["Myers Carpenter <[email protected]>"]
readme = "README.md"
packages = [{include = "hotdog_or_not"}]

[tool.poetry.dependencies]
python = "^3.8"
fastai = "^2.7.12"
scikit-image = "^0.20.0"
gradio = "^3.28.1"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"