[project] name = "squirrel" version = "0.3.0" description = "Find your nuts" authors = [ {name = "Your Name",email = "you@example.com"} ] readme = "README.md" requires-python = ">=3.10" dependencies = [ "fastapi[standard] (>=0.118.0,<0.119.0)" ] [project.scripts] "squirrel" = "squirrel.server:daemon" [build-system] requires = ["poetry-core>=2.0.0,<3.0.0"] build-backend = "poetry.core.masonry.api"