From 0750ead5db934fd6c8bca931bce290143293d209 Mon Sep 17 00:00:00 2001 From: Nyo Date: Sat, 8 Oct 2016 20:49:04 +0200 Subject: [PATCH] .BANCHO. .HIDE. Removed dill from requirements list --- README.md | 1 - requirements.txt | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 92562e3..6b0125d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ 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 60ca4ba..33f6d48 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,4 @@ tornado mysqlclient psutil raven -bcrypt -dill \ No newline at end of file +bcrypt \ No newline at end of file