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