From 4babcd2643efe733520ed22f6938c5fe59aa799a Mon Sep 17 00:00:00 2001 From: Nyo Date: Wed, 5 Oct 2016 23:34:42 +0200 Subject: [PATCH] .BANCHO. Update README and requirements --- README.md | 1 + requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b0125d..92562e3 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ This is Ripple's bancho server. It handles: - Tornado - Bcrypt - Raven +- Dill ## How to set up pep.py First of all, initialize and update the submodules diff --git a/requirements.txt b/requirements.txt index 33f6d48..60ca4ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ tornado mysqlclient psutil raven -bcrypt \ No newline at end of file +bcrypt +dill \ No newline at end of file