|
|
@@ -68,8 +68,7 @@ gunicorn
|
|
|
|
|
|
# Platform-agnostic template rendering engine
|
|
|
# https://github.com/pallets/jinja
|
|
|
-# Pin to v3.0 for mkdocstrings
|
|
|
-Jinja2<3.1
|
|
|
+Jinja2
|
|
|
|
|
|
# Simple markup language for rendering HTML
|
|
|
# https://github.com/Python-Markdown/markdown
|
|
|
@@ -85,7 +84,7 @@ mkdocs-material
|
|
|
|
|
|
# Introspection for embedded code
|
|
|
# https://github.com/mkdocstrings/mkdocstrings
|
|
|
-mkdocstrings<=0.17.0
|
|
|
+mkdocstrings[python-legacy]
|
|
|
|
|
|
# Library for manipulating IP prefixes and addresses
|
|
|
# https://github.com/netaddr/netaddr
|