# web server
fastapi>=0.110.1
uvicorn>=0.14.0


# database
peewee>3.0.0, <4.0.0
ujson


# Information collection
psutil
setuptools

# others
rich>=13.6.0, <14.0.0
