Skip to content

Commit 9abbb2a

Browse files
committed
installed djangorestframework, drf-spectacular
1 parent d87e979 commit 9abbb2a

File tree

2 files changed

+523
-304
lines changed

2 files changed

+523
-304
lines changed

Pipfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ django-health-check = "*"
1515
django-cors-headers = "*"
1616
django-debug-toolbar = "*"
1717
gunicorn = "*"
18-
pygraphviz = "*"
1918
django-bootstrap-v5 = "*"
2019
factory-boy = "*"
2120
linkpreview = "*"
@@ -28,6 +27,11 @@ django-extensions-models = "*"
2827
mypy = "*"
2928
django-stubs = "*"
3029
tzdata = "*"
30+
djangorestframework = "*"
31+
pyparsing = "*"
32+
pydot = "*"
33+
markdown = "*"
34+
drf-spectacular = "*"
3135

3236
[dev-packages]
3337
flake8 = "*"

0 commit comments

Comments
 (0)