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