diff options
| author | 2020-04-17 13:05:04 +0100 | |
|---|---|---|
| committer | 2020-04-17 13:05:04 +0100 | |
| commit | 9e2448df919c1e6b895af8d679a7997c147308a3 (patch) | |
| tree | 63738db5332eb75d447b8a3238b78ff301620389 /Pipfile | |
| parent | (Syncer Tests): Replaced wrong side effect (diff) | |
| parent | Remove `.md` from anti-malware whitelist (diff) | |
Merge branch 'master' into syncer-timeout-fix
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -19,7 +19,8 @@ requests = "~=2.22"  more_itertools = "~=8.2"  sentry-sdk = "~=0.14"  coloredlogs = "~=14.0" -colorama = {version = "~=0.4.3", sys_platform = "== 'win32'"} +colorama = {version = "~=0.4.3",sys_platform = "== 'win32'"} +statsd = "~=3.3"  [dev-packages]  coverage = "~=5.0" | 
