diff options
| author | 2020-04-12 00:23:00 +0100 | |
|---|---|---|
| committer | 2020-04-12 00:23:00 +0100 | |
| commit | ef94acd42ef6a09f075a7aee010dc5ec0ac76333 (patch) | |
| tree | 269f1a9d9ceb4572a67677079e54281a9fb5749f /Pipfile | |
| parent | Stop setting positions when moving help channels (diff) | |
| parent | Address aeros' review comment regarding help channel stat reporting (diff) | |
Merge pull request #876 from python-discord/stats
StatsD integration
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" | 
