I hereby claim:
- I am intgr on github.
- I am intgr (https://keybase.io/intgr) on keybase.
- I have a public key ASAkb2A6LYGBz9pPD6GVF7BN1YDhm-BqjiP3cHNl96A8Vwo
To claim this, I am signing this object:
[tool.poetry] | |
name = "env" | |
version = "0.1.0" | |
description = "" | |
authors = ["Marti Raudsepp <[email protected]>"] | |
readme = "README.md" | |
[tool.poetry.dependencies] | |
python = "^3.10" | |
python-ldap = [ |
openapi: 3.0.0 | |
info: | |
title: Pet Store | |
version: 1.0.0 | |
description: '' | |
externalDocs: | |
description: Find out how to create Github repo for your OpenAPI spec. | |
url: 'https://github.com/Rebilly/generator-openapi-repo' | |
tags: | |
- name: pet |
I hereby claim:
To claim this, I am signing this object:
import django | |
import django.apps | |
import django.apps.config | |
import django.apps.registry | |
import django.conf | |
import django.conf.global_settings | |
import django.conf.locale | |
import django.conf.urls | |
import django.conf.urls.i18n | |
import django.conf.urls.static |