diff options
author | 2018-02-16 16:01:00 +0000 | |
---|---|---|
committer | 2018-02-16 16:01:00 +0000 | |
commit | 60694f47d02c37e3e54933a0b94cb202926c4b3d (patch) | |
tree | 586472ad302da134b1e4441056143a0934902fb3 /requirements.txt | |
parent | API 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.txt | 1 |
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 |