Make drf-spectacular a regular dependency

fix-rate-limit-serializer
Georg Krause 2022-07-16 18:41:32 +02:00
rodzic 94fcd48f2a
commit 232410306a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2970D504B2183D22
2 zmienionych plików z 11 dodań i 11 usunięć

20
api/poetry.lock wygenerowano
Wyświetl plik

@ -799,7 +799,7 @@ pytz = "*"
name = "drf-spectacular"
version = "0.22.1"
description = "Sane and flexible OpenAPI 3 schema generation for Django REST framework"
category = "dev"
category = "main"
optional = false
python-versions = ">=3.6"
@ -976,7 +976,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
name = "importlib-resources"
version = "5.8.0"
description = "Read resources from Python packages"
category = "dev"
category = "main"
optional = false
python-versions = ">=3.7"
@ -1002,7 +1002,7 @@ scripts = ["click (>=6.0)", "twisted (>=16.4.0)"]
name = "inflection"
version = "0.5.1"
description = "A port of Ruby on Rails inflector to Python"
category = "dev"
category = "main"
optional = false
python-versions = ">=3.5"
@ -1084,9 +1084,9 @@ python-versions = ">=3.7"
[[package]]
name = "jsonschema"
version = "4.6.0"
version = "4.7.2"
description = "An implementation of JSON Schema validation for Python"
category = "dev"
category = "main"
optional = false
python-versions = ">=3.7"
@ -1484,7 +1484,7 @@ diagrams = ["railroad-diagrams", "jinja2"]
name = "pyrsistent"
version = "0.18.1"
description = "Persistent/Functional/Immutable data structures"
category = "dev"
category = "main"
optional = false
python-versions = ">=3.7"
@ -1963,7 +1963,7 @@ python-versions = ">=3.5"
name = "uritemplate"
version = "4.1.1"
description = "Implementation of RFC 6570 URI Templates"
category = "dev"
category = "main"
optional = false
python-versions = ">=3.6"
@ -2120,7 +2120,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "d61457c5d2143bf49af38a2c15648351cf37ca83b1a1b57dc1f54a300785ea02"
content-hash = "879d8e132e0bc3ad960daace555a373872201e733fff06ad6ccbb02e0ddf6513"
[metadata.files]
aiohttp = [
@ -2786,8 +2786,8 @@ jmespath = [
{file = "jmespath-1.0.1.tar.gz", hash = "sha256:90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe"},
]
jsonschema = [
{file = "jsonschema-4.6.0-py3-none-any.whl", hash = "sha256:1c92d2db1900b668201f1797887d66453ab1fbfea51df8e4b46236689c427baf"},
{file = "jsonschema-4.6.0.tar.gz", hash = "sha256:9d6397ba4a6c0bf0300736057f649e3e12ecbc07d3e81a0dacb72de4e9801957"},
{file = "jsonschema-4.7.2-py3-none-any.whl", hash = "sha256:c7448a421b25e424fccfceea86b4e3a8672b4436e1988ccbde92c80828d4f085"},
{file = "jsonschema-4.7.2.tar.gz", hash = "sha256:73764f461d61eb97a057c929368610a134d1d1fffd858acfe88864ee94f1f1d3"},
]
jwcrypto = [
{file = "jwcrypto-1.3.1.tar.gz", hash = "sha256:54b551b115ffb4d12b1f1ee93b8ba2a71bb8556ba3d85d62f707549613da877c"},

Wyświetl plik

@ -57,6 +57,7 @@ django-auth-ldap = "==4.1.0"
uvicorn = {version = "==0.17.6", extras = ["standard"]}
django-cache-memoize = "0.1.10"
requests-http-message-signatures = "==0.3.1"
drf-spectacular = "0.22.1"
[tool.poetry.dev-dependencies]
flake8 = "==3.9.2"
@ -79,7 +80,6 @@ aioresponses = "==0.7.3"
prompt-toolkit = "==3.0.30"
black = "==22.6.0"
ipdb = "==0.13.9"
drf-spectacular = "==0.22.1"
[build-system]
requires = ["poetry-core>=1.0.0"]