Bump pint to 0.9 (#624)

This fixes 2 deprecation warnings in Python 3.8 - refs #623 #622
This commit is contained in:
Simon Willison 2019-11-10 20:19:01 -08:00 committed by GitHub
commit 42ee3e16a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ setup(
"click-default-group~=1.2.1",
"Jinja2~=2.10.1",
"hupper~=1.0",
"pint~=0.8.1",
"pint~=0.9",
"pluggy~=0.12.0",
"uvicorn~=0.8.4",
"aiofiles~=0.4.0",