Add arrow

This commit is contained in:
Jasmine Schladen 2021-02-17 12:44:32 -08:00
parent 45b84bd088
commit e29ebb4b61
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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