__version__ = "1.3.6" __title__ = "ImgWorker" __description__ = "Image Worker" __author__ = "WhenRideMyCar" __author_email__ = "kkebiini@gmail.com" __license__ = "MIT" __install_requires__ = [ "fastapi", "uvicorn", "pydantic", ]