pull/992/head
Piero Toffanin 2019-06-05 15:27:59 -04:00
rodzic 7af31e8bb7
commit 30f35494c9
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -76,7 +76,7 @@ RUN pip install -U \
xmltodict \
rasterio \
attrs==19.1.0 \
pyodm==1.5.2 \
pyodm==1.5.2b1 \
Pillow
RUN pip install --upgrade cryptography && python -m easy_install --upgrade pyOpenSSL

Wyświetl plik

@ -80,7 +80,7 @@ install() {
repoze.lru \
rasterio \
attrs==19.1.0 \
pyodm==1.5.2 \
pyodm==1.5.2b1 \
Pillow
# Fix: /usr/local/lib/python2.7/dist-packages/requests/__init__.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.

Wyświetl plik

@ -76,7 +76,7 @@ RUN pip install -U \
xmltodict \
rasterio \
attrs==19.1.0 \
pyodm==1.5.2 \
pyodm==1.5.2b1 \
Pillow
RUN pip install --upgrade cryptography && python -m easy_install --upgrade pyOpenSSL