[[source]] url = "https://pypi.org/simple" verify_ssl = true name = "pypi" [packages] fastapi = "*" uvicorn = "*" pydantic = "*" [dev-packages] [requires] python_version = "3.14" [scripts] start = "python main.py" dev = "uvicorn main:app --reload --host 0.0.0.0 --port 8000"