Explorar el Código

appdirs version

Bob Mottram hace 8 años
padre
commit
c0d2cedf7b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-app-tahoelafs

+ 1
- 1
src/freedombone-app-tahoelafs Ver fichero

222
     git checkout $TAHOELAFS_COMMIT -b $TAHOELAFS_COMMIT
222
     git checkout $TAHOELAFS_COMMIT -b $TAHOELAFS_COMMIT
223
     git submodule update --init --recursive
223
     git submodule update --init --recursive
224
     virtualenv venv
224
     virtualenv venv
225
-    venv/bin/pip install six==1.10.0 packaging==16.8 attrs=16.3.0 appdirs pycrypto==2.1.0 cffi==1.9.1
225
+    venv/bin/pip install six==1.10.0 packaging==16.8 attrs=16.3.0 appdirs==1.4.2 pycrypto==2.1.0 cffi==1.9.1
226
     venv/bin/pip install cryptography==1.7.2 setuptools==11.3
226
     venv/bin/pip install cryptography==1.7.2 setuptools==11.3
227
     venv/bin/pip install --editable .
227
     venv/bin/pip install --editable .
228
     configure_firewall_for_tahoelafs
228
     configure_firewall_for_tahoelafs