Fix #878 -- Add multi-event widget

This commit is contained in:
Raphael Michel
2019-03-22 09:18:04 +00:00
parent ca7d55082b
commit 49e706a580
13 changed files with 1096 additions and 168 deletions
+2 -1
View File
@@ -158,7 +158,8 @@ setup(
'isort',
'pytest-mock==1.6.*',
'pytest-rerunfailures',
'responses'
'responses',
'freezegun',
],
'memcached': ['pylibmc'],
'mysql': ['mysqlclient'],