Skip to content

Commit

Permalink
build: add Pint to dependencies #269
Browse files Browse the repository at this point in the history
- Using 0.17 which has Python 3.6 compatibility
  • Loading branch information
MRichards99 committed Feb 7, 2022
1 parent 22a0ea8 commit 80f9157
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 36 deletions.
108 changes: 72 additions & 36 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Flask-SQLAlchemy = "^2.4.4"
requests = "^2.25.1"
python-dateutil = "^2.8.1"
pydantic = "^1.8.2"
Pint = "0.17"

[tool.poetry.dev-dependencies]
pip-tools = "5.3.1"
Expand Down

0 comments on commit 80f9157

Please sign in to comment.