Files
evo-ai/.venv/lib/python3.10/site-packages/authlib/consts.py
2025-04-25 15:30:54 -03:00

12 lines
300 B
Python

name = "Authlib"
version = "1.5.2"
author = "Hsiaoming Yang <me@lepture.com>"
homepage = "https://authlib.org/"
default_user_agent = f"{name}/{version} (+{homepage})"
default_json_headers = [
("Content-Type", "application/json"),
("Cache-Control", "no-store"),
("Pragma", "no-cache"),
]