[tor-commits] [onionperf/master] Add pandas and seaborn to requirements.txt.

karsten at torproject.org karsten at torproject.org
Sat May 30 07:21:03 UTC 2020


commit f360eb4bdb734969b409a6158ef5982a7949a986
Author: Philipp Winter <phw at nymity.ch>
Date:   Fri May 22 10:27:37 2020 -0700

    Add pandas and seaborn to requirements.txt.
    
    Now that <https://bugs.torproject.org/33258> is merged, we require these
    two libraries.
---
 README.md        | 4 ++--
 requirements.txt | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 846d213..e684991 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ For a dockerized setup, see https://github.com/hiromipaw/onionperf-docker
 These are the quick deployment instructions for the current Debian stable distribution.
 
 ```
-sudo apt install git cmake make build-essential gcc libigraph0-dev libglib2.0-dev python3-dev libxml2-dev python3-lxml python3-networkx python3-scipy python3-matplotlib python3-numpy libevent-dev libssl-dev python3-stem tor
+sudo apt install git cmake make build-essential gcc libigraph0-dev libglib2.0-dev python3-dev libxml2-dev python3-lxml python3-networkx python3-scipy python3-matplotlib python3-numpy libevent-dev libssl-dev python3-stem python3-pandas python3-seaborn tor
 
 git clone https://github.com/shadow/tgen.git
 cd tgen
@@ -88,7 +88,7 @@ sudo apt install cmake make build-essential gcc libigraph0-dev libglib2.0-dev py
 The easiest way to satisfy all system dependencies is to use a package manager.
 
 ```
-apt install tor libxml2-dev python3-lxml python3-networkx python3-scipy python3-matplotlib python3-numpy python3-stem
+apt install tor libxml2-dev python3-lxml python3-networkx python3-scipy python3-matplotlib python3-numpy python3-stem python3-pandas python3-seaborn
 
 ```
 
diff --git a/requirements.txt b/requirements.txt
index 93c3552..51b37d2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,5 +4,7 @@ networkx
 nose-cov
 nose
 numpy
+pandas
 scipy
+seaborn
 stem





More information about the tor-commits mailing list