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