[project] name = "app" version = "1.0.0" dependencies = [ "fastapi", "uvicorn[standard]", "gunicorn", "jinja2", "starlette-wtf", "sqlalchemy", "sqlalchemy-utils", "mysqlclient", "python-dotenv", "autopep8", "pylint", "mypy", ] [tool.setuptools] packages = [] [tool.mypy] show_error_codes = true ignore_missing_imports = true warn_redundant_casts = true check_untyped_defs = true