Skip to content

Commit

Permalink
Add back drf-spectacular as a dependency
Browse files Browse the repository at this point in the history
This will help generate an Open API documentation now that we do not
have CDN issues anymore with:
tfranzel/drf-spectacular#389

Referenced-by: aboutcode-org#454
Thanks-you-to: T. Franzel @tfranzel
Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne authored and TG1999 committed Nov 4, 2022
1 parent ca0cdc4 commit e1a3125
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,9 @@ yarl==1.7.2
zipp==3.8.0
dateparser==1.1.1
fetchcode==0.2.0

drf-spectacular-sidecar==2022.10.1
drf-spectacular[sidecar]==0.24.2
coreapi==2.3.3
coreschema==0.0.4
itypes==1.2.0
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ install_requires =
django-environ>=0.8.0
gunicorn>=20.1.0

# for the API doc
drf-spectacular[sidecar]>=0.24.2
coreapi>=2.3.3

#essentials
packageurl-python>=0.9.4
univers>=30.9.0
Expand Down

0 comments on commit e1a3125

Please sign in to comment.