aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-16 16:01:00 +0000
committerGravatar GitHub <[email protected]>2018-02-16 16:01:00 +0000
commit60694f47d02c37e3e54933a0b94cb202926c4b3d (patch)
tree586472ad302da134b1e4441056143a0934902fb3 /requirements.txt
parentAPI view for syncing users from the bot #yumr (#14) (diff)
API schema validation decorator #yzuf (#15)
* API schema validation decorator * Remove stray comma * Remove unnecessary conditional * Only cast to list when needed to
Diffstat (limited to '')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 4ae185cd..205154bb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,3 +5,4 @@ gevent
gevent-websocket
wsaccel
ujson
+schema