commit
3049fa6585
|
@ -4,6 +4,7 @@
|
|||
# However, dependabot doesn't use `make up-reqs`, so we have to replicate the necessary dependencies here
|
||||
# Without including these dependencies, the docs are unable to include generated autodocs
|
||||
Flask
|
||||
flask_replicated
|
||||
|
||||
# docs specific
|
||||
sphinx
|
||||
|
|
|
@ -20,6 +20,8 @@ imagesize==1.2.0
|
|||
# via sphinx
|
||||
flask==1.1.2
|
||||
# manual debug
|
||||
flask-replicated==1.4
|
||||
# manual debug
|
||||
jinja2==2.11.3
|
||||
# via sphinx
|
||||
markupsafe==1.1.1
|
||||
|
|
Loading…
Reference in New Issue