File size: 235 Bytes
ab8b5a4
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
[project]
name = "fhe"
version = "0.0.0-dev"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
    "fastapi>=0.103.2",
    "pydantic>=1.10.18",
    "uvicorn[standard]>=0.30.6",
]