Add inflection

This commit is contained in:
Jasmine Schladen 2021-02-17 13:08:40 -08:00
parent 938b962a32
commit 91f6f752db
2 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@ cryptography
Flask Flask
Flask-SQLAlchemy Flask-SQLAlchemy
flask_replicated flask_replicated
inflection
logmatic-python logmatic-python
# docs specific # docs specific

View File

@ -28,6 +28,8 @@ flask-replicated==1.4
# manual debug # manual debug
flask-sqlalchemy==2.4.4 flask-sqlalchemy==2.4.4
# manual debug # manual debug
inflection==0.5.1
# manual debug
jinja2==2.11.3 jinja2==2.11.3
# via sphinx # via sphinx
logmatic-python==0.1.7 logmatic-python==0.1.7