Add webargs dependency
This commit is contained in:
parent
c85bdcc91d
commit
059360ac76
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
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 }
|
"RPi.GPIO" = { version = "^0.6.5", optional = true }
|
||||||
marshmallow = "^3.3"
|
marshmallow = "^3.3"
|
||||||
|
webargs = "^5.5.2"
|
||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
rpi = ["picamera", "RPi.GPIO"]
|
rpi = ["picamera", "RPi.GPIO"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue