Update the awesome contributors list to HTTPie 2.6.0

This commit is contained in:
Mickaël Schoentgen
2021-10-14 17:17:14 +02:00
parent d8f6a5fe52
commit 3e414d731c
2 changed files with 101 additions and 7 deletions

View File

@@ -8,7 +8,12 @@ from jinja2 import Template
from fetch import HERE, load_awesome_people
TPL_FILE = HERE / 'snippet.jinja2'
HTTPIE_TEAM = {'jakubroztocil', 'BoboTiG', 'claudiatd'}
HTTPIE_TEAM = {
'BoboTiG',
'claudiatd',
'jakubroztocil',
'jkbr',
}
def generate_snippets(release: str) -> str: