Repository URL to install this package:
Version:
0.13 ▾
|
Authlib
/
consts.py
|
---|
name = 'Authlib'
version = '0.13'
author = 'Hsiaoming Yang <me@lepture.com>'
homepage = 'https://authlib.org/'
default_user_agent = '{}/{} (+{})'.format(name, version, homepage)
default_json_headers = [
('Content-Type', 'application/json'),
('Cache-Control', 'no-store'),
('Pragma', 'no-cache'),
]