Skip to content

Commit 234f2ef

Browse files
committed
django docs installed
1 parent d87e979 commit 234f2ef

File tree

4 files changed

+339
-305
lines changed

4 files changed

+339
-305
lines changed

Pipfile

Lines changed: 2 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,8 @@ django-extensions-models = "*"
2827
mypy = "*"
2928
django-stubs = "*"
3029
tzdata = "*"
30+
pyparsing = "*"
31+
pydot = "*"
3132

3233
[dev-packages]
3334
flake8 = "*"

0 commit comments

Comments
 (0)