Skip to content
Snippets Groups Projects
Commit 358709e2 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Add requests dependencies

parent 58b472d5
No related branches found
Tags github-3-other-percent-experiment
No related merge requests found
......@@ -6,7 +6,7 @@ yum groupinstall -y "Development tools"
yum install -y https://dl.iuscommunity.org/pub/ius/stable/CentOS/6/x86_64/ius-release-1.0-14.ius.centos6.noarch.rpm
yum install -y emacs python34u python34u-devel python34u.pip postgresql-devel libffi-devel git cmake libssh2-devel htop
pip3 install --upgrade pip
pip3 install ipython celery psycopg2 cffi psutil
pip3 install ipython celery psycopg2 cffi psutil requests
# libgit2 version in yum is 0.20 (incompatible with pygit2 from pip3 0.20)
# source: http://www.pygit2.org/install.html#version-numbers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment