Skip to content

Commit c616924

Browse files
author
Luke Clarke
committed
Fix drf
1 parent 7373125 commit c616924

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.github/deployment_files/template_pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ dependencies = [
1818
"django-two-factor-auth",
1919
"django-two-factor-auth[phonenumberslite]",
2020
"django_otp",
21+
"drf_spectacular",
22+
"drf_spectacular[sidecar]"
2123
]
2224
requires-python = ">=3.9"
2325
authors = [

NearBeach/requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ boto3
1111
botocore
1212
azure-storage-blob
1313
azure-identity>=1.16.1
14+
drf-spectacular
15+
drf-spectacular[sidecar]
1416

1517
pip>=19.2 # not directly required, pinned by Snyk to avoid a vulnerability
1618
requests>=2.32.2 # not directly required, pinned by Snyk to avoid a vulnerability

requirements-dev.txt

-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@ black
33
bandit
44
python-dotenv
55
django-storages
6-
drf-spectacular
7-
drf-spectacular[sidecar]
86
-r ./requirements.txt

requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ boto3
1111
botocore
1212
azure-storage-blob
1313
azure-identity>=1.16.1
14+
drf-spectacular
15+
drf-spectacular[sidecar]
1416

1517
pip>=19.2
1618
requests>=2.32.2

0 commit comments

Comments
 (0)