From 059360ac76135574accb9da447736a2ef04a51da Mon Sep 17 00:00:00 2001 From: jtc42 Date: Sat, 21 Dec 2019 17:44:52 +0000 Subject: [PATCH] Add webargs dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index dd1da294..c51dc73e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,7 @@ scipy = "1.3.0" # Exact version until we can guarantee a wheel picamera = { git = "https://github.com/rwb27/picamera.git", branch = "lens-shading", optional = true } # Lens shading requires >1.14 or RWB fork, lens-shading branch. "RPi.GPIO" = { version = "^0.6.5", optional = true } marshmallow = "^3.3" +webargs = "^5.5.2" [tool.poetry.extras] rpi = ["picamera", "RPi.GPIO"]