Add arrow
This commit is contained in:
parent
45b84bd088
commit
e29ebb4b61
|
@ -3,6 +3,7 @@
|
||||||
# from requirements-docs.txt
|
# from requirements-docs.txt
|
||||||
# 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
|
||||||
|
arrow
|
||||||
Flask
|
Flask
|
||||||
flask_replicated
|
flask_replicated
|
||||||
logmatic-python
|
logmatic-python
|
||||||
|
|
|
@ -6,6 +6,8 @@
|
||||||
#
|
#
|
||||||
alabaster==0.7.12
|
alabaster==0.7.12
|
||||||
# via sphinx
|
# via sphinx
|
||||||
|
arrow==0.17.0
|
||||||
|
# manual debug
|
||||||
babel==2.8.0
|
babel==2.8.0
|
||||||
# via sphinx
|
# via sphinx
|
||||||
certifi==2020.12.5
|
certifi==2020.12.5
|
||||||
|
|
Loading…
Reference in New Issue