mirror of
https://github.com/enpaul/keyosk.git
synced 2025-12-19 09:42:34 +00:00
Add dependencies for api structure
Add webargs dependency Add flask dependency Add flask-restful dependency
This commit is contained in:
@@ -15,6 +15,9 @@ pymysql = "^0.9.3"
|
||||
marshmallow = "^3.5.0"
|
||||
dataclasses = {version = "^0.7", python = "3.6"}
|
||||
passlib = "^1.7.2"
|
||||
flask = "^1.1.1"
|
||||
flask-restful = "^0.3.8"
|
||||
webargs = "^5.5.3"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
tox = "^3.14.5"
|
||||
|
||||
Reference in New Issue
Block a user