Clean up of benchmark requirements file

Reviewers: mferencevic

Reviewed By: mferencevic

Differential Revision: https://phabricator.memgraph.io/D600
This commit is contained in:
Mislav Bradac 2017-07-29 18:24:32 +02:00
parent 160a6866dc
commit b98c12ea89
74 changed files with 8 additions and 24 deletions

5
init
View File

@ -86,4 +86,9 @@ cd tests/qa
./init
cd ../..
# setup macro benchmark
cd tests/macro_benchmark
./init
cd ../..
echo "Done installing dependencies for Memgraph"

View File

@ -1,19 +0,0 @@
appdirs==1.4.3
click==6.7
cycler==0.10.0
Flask==0.12.1
itsdangerous==0.24
Jinja2==2.9.6
MarkupSafe==1.0
matplotlib==2.0.1
neo4j-driver==1.2.1
numpy==1.12.1
packaging==16.8
pkg-resources==0.0.0
pyparsing==2.2.0
python-dateutil==2.6.0
pytz==2017.2
requests==2.13.0
scipy==0.19.0
six==1.10.0
Werkzeug==0.12.1

View File

@ -1,11 +1,8 @@
#!/bin/bash
#!/usr/bin/env bash
if [ ! -d ve3 ]; then
virtualenv -p python3 ve3 || exit 1
source ve3/bin/activate
pip install -r requirements.txt || exit 1
else
source ve3/bin/activate
deactivate
fi
# TODO: apt-get install python3-tk

View File

@ -0,0 +1 @@
neo4j-driver==1.2.1