Browse Source

On a besoin de pycrypto.

test-front-curly
Hugo LEVY-FALK 8 years ago
committed by root
parent
commit
2381fd4bf9
  1. 3
      install_re2o.sh
  2. 1
      requirements.txt

3
install_re2o.sh

@ -29,8 +29,6 @@ setup_ldap() {
install_re2o_server() {
export DEBIAN_FRONTEND=noninteractive
apt-get -y install sudo dialog
@ -240,6 +238,7 @@ apt-get -y install python3-django python3-dateutil texlive-latex-base texlive-fo
pip3 install django-bootstrap3
pip3 install django-ldapdb
pip3 install django-macaddress
pip3 install pycrypto
if [ $sql_bdd_type == 1 ]
then

1
requirements.txt

@ -1,3 +1,4 @@
django-bootstrap3
django-macaddress
python-dateutil
pycrypto

Loading…
Cancel
Save