- Image ID:
sha256:56302ba5dbc006fcc7489fee471be591458d124961858285889fda040c093d33
- Created:
2018-01-29T17:58:19.722390518Z
- Arch:
linux
/amd64
- Command:
["python2"]
- Environment:
PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
LANG=C.UTF-8
GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
PYTHON_VERSION=2.7.14
PYTHON_PIP_VERSION=9.0.1
- Labels:
- Summary: Fast ASN.1 parser and serializer with definitions for private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X.509 and TSP
- Version: 0.24.0
- Pypi: https://pypi.org/project/asn1crypto/
- Homepage: https://github.com/wbond/asn1crypto
- Author: wbond will@wbond.net
- License :: OSI Approved :: MIT License
- Summary: A decorator for caching properties in classes.
- Version: 1.3.1
- Pypi: https://pypi.org/project/cached-property/
- Homepage: https://github.com/pydanny/cached-property
- Author: Daniel Greenfeld pydanny@gmail.com
- License :: OSI Approved :: BSD License
- Summary: Python package for providing Mozilla's CA Bundle.
- Version: 2018.1.18
- Pypi: https://pypi.org/project/certifi/
- Homepage: https://certifi.io/
- Author: Kenneth Reitz me@kennethreitz.com
- License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
- Summary: Foreign Function Interface for Python calling C code.
- Version: 1.11.4
- Pypi: https://pypi.org/project/cffi/
- Homepage: http://cffi.readthedocs.org
- Author: Armin Rigo, Maciej Fijalkowski python-cffi@googlegroups.com
- License: MIT
- Summary: Universal encoding detector for Python 2 and 3
- Version: 3.0.4
- Pypi: https://pypi.org/project/chardet/
- Homepage: https://github.com/chardet/chardet
- Author: Daniel Blanchard dan.blanchard@gmail.com
- License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
- Summary: cryptography is a package which provides cryptographic recipes and primitives to Python developers.
- Version: 2.1.4
- Pypi: https://pypi.org/project/cryptography/
- Homepage: https://github.com/pyca/cryptography
- Author: The cryptography developers cryptography-dev@python.org
- License :: OSI Approved :: Apache Software License
- License :: OSI Approved :: BSD License
- Summary: DNS toolkit
- Version: 1.15.0
- Pypi: https://pypi.org/project/dnspython/
- Homepage: http://www.dnspython.org
- Author: Bob Halley halley@dnspython.org
- License :: ISC License
- Summary: Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4
- Version: 1.1.6
- Pypi: https://pypi.org/project/enum34/
- Homepage: https://bitbucket.org/stoneleaf/enum34
- Author: Ethan Furman ethan@stoneleaf.us
- License :: OSI Approved :: BSD License
- Summary: Client for Microsoft Exchange Web Services (EWS)
- Version: 1.10.7
- Pypi: https://pypi.org/project/exchangelib/
- Homepage: https://github.com/ecederstrand/exchangelib
- Author: Erik Cederstrand erik@cederstrand.dk
- License :: OSI Approved :: BSD License
- Summary: Clean single-source support for Python 3 and 2
- Version: 0.16.0
- Pypi: https://pypi.org/project/future/
- Homepage: https://python-future.org
- Author: Ed Schofield ed@pythoncharmers.com
- License :: OSI Approved :: MIT License
- Summary: Internationalized Domain Names in Applications (IDNA)
- Version: 2.6
- Pypi: https://pypi.org/project/idna/
- Homepage: https://github.com/kjd/idna
- Author: Kim Davies kim@cynosure.com.au
- License :: OSI Approved :: BSD License
- Summary: IPv4/IPv6 manipulation library
- Version: 1.0.19
- Pypi: https://pypi.org/project/ipaddress/
- Homepage: https://github.com/phihag/ipaddress
- Author: Philipp Hagemeister phihag@phihag.de
- License :: OSI Approved :: Python Software Foundation License
- Summary: Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
- Version: 4.1.1
- Pypi: https://pypi.org/project/lxml/
- Homepage: http://lxml.de/
- Author: lxml dev team lxml-dev@lxml.de
- License :: OSI Approved :: BSD License
- Summary: Creates NTLM authentication structures
- Version: 1.0.6
- Pypi: https://pypi.org/project/ntlm-auth/
- Homepage: https://github.com/jborean93/ntlm-auth
- Author: Jordan Borean jborean93@gmail.com
- License :: OSI Approved :: MIT License
- Summary: The PyPA recommended tool for installing Python packages.
- Version: 19.2.3
- Pypi: https://pypi.org/project/pip/
- Homepage: https://pip.pypa.io/
- Author: The pip developers pypa-dev@groups.google.com
- License :: OSI Approved :: MIT License
- Summary: C parser in Python
- Version: 2.18
- Pypi: https://pypi.org/project/pycparser/
- Homepage: https://github.com/eliben/pycparser
- Author: Eli Bendersky eliben@gmail.com
- License :: OSI Approved :: BSD License
- Summary: Pygments is a syntax highlighting package written in Python.
- Version: 2.2.0
- Pypi: https://pypi.org/project/Pygments/
- Homepage: http://pygments.org/
- Author: Georg Brandl georg@python.org
- License :: OSI Approved :: BSD License
- Summary: Extensions to the standard Python datetime module
- Version: 2.6.1
- Pypi: https://pypi.org/project/python-dateutil/
- Homepage: https://dateutil.readthedocs.io
- Author: Gustavo Niemeyer gustavo@niemeyer.net
- License :: OSI Approved :: Apache Software License
- License :: OSI Approved :: BSD License
- Summary: World timezone definitions, modern and historical
- Version: 2017.3
- Pypi: https://pypi.org/project/pytz/
- Homepage: http://pythonhosted.org/pytz
- Author: Stuart Bishop stuart@stuartbishop.net
- License :: OSI Approved :: MIT License
- Summary: Python HTTP for Humans.
- Version: 2.18.4
- Pypi: https://pypi.org/project/requests/
- Homepage: http://python-requests.org
- Author: Kenneth Reitz me@kennethreitz.org
- License :: OSI Approved :: Apache Software License
- Summary: This package allows for HTTP NTLM authentication using the requests library.
- Version: 1.1.0
- Pypi: https://pypi.org/project/requests_ntlm/
- Homepage: https://github.com/requests/requests-ntlm
- Author: Ben Toews mastahyeti@gmail.com
- License :: OSI Approved :: ISC License (ISCL)
- Summary: Easily download, build, install, upgrade, and uninstall Python packages
- Version: 38.2.4
- Pypi: https://pypi.org/project/setuptools/
- Homepage: https://github.com/pypa/setuptools
- Author: Python Packaging Authority distutils-sig@python.org
- License :: OSI Approved :: MIT License
- Summary: Python 2 and 3 compatibility utilities
- Version: 1.11.0
- Pypi: https://pypi.org/project/six/
- Homepage: https://github.com/benjaminp/six
- Author: Benjamin Peterson benjamin@python.org
- License :: OSI Approved :: MIT License
- Summary: tzinfo object for the local timezone
- Version: 1.5.1
- Pypi: https://pypi.org/project/tzlocal/
- Homepage: https://github.com/regebro/tzlocal
- Author: Lennart Regebro regebro@gmail.com
- License :: OSI Approved :: MIT License
- Summary: HTTP library with thread-safe connection pooling, file post, and more.
- Version: 1.22
- Pypi: https://pypi.org/project/urllib3/
- Homepage: https://urllib3.readthedocs.io/
- Author: Andrey Petrov andrey.petrov@shazow.net
- License :: OSI Approved :: MIT License
- Summary: Virtual Python Environment builder
- Version: 15.1.0
- Pypi: https://pypi.org/project/virtualenv/
- Homepage: https://virtualenv.pypa.io/
- Author: Ian Bicking ianb@colorstudy.com
- License :: OSI Approved :: MIT License
- Summary: A built-package format for Python.
- Version: 0.30.0
- Pypi: https://pypi.org/project/wheel/
- Homepage: https://github.com/pypa/wheel
- Author: Daniel Holth dholth@fastmail.fm
- License :: OSI Approved :: MIT License
- acl 2.2.52-2
- adduser 3.113+nmu3
- apt 1.0.9.8.4
- autoconf 2.69-8
- automake 1:1.14.1-4+deb8u1
- autotools-dev 20140911.1
- base-files 8+deb8u10
- base-passwd 3.5.37
- bash 4.3-11+deb8u1
- binutils 2.25-5+deb8u1
- bsdutils 1:2.25.2-6
- bzip2 1.0.6-7+b3
- bzr 2.6.0+bzr6595-6+deb8u1
- ca-certificates 20141019+deb8u3
- comerr-dev 2.1-1.42.12-2+b1
- coreutils 8.23-4
- cpp 4:4.9.2-2
- cpp-4.9 4.9.2-10
- curl 7.38.0-4+deb8u8
- dash 0.5.7-4+b1
- debconf 1.5.56+deb8u1
- debconf-i18n 1.5.56+deb8u1
- debian-archive-keyring 2017.5~deb8u1
- debianutils 4.4+b1
- diffutils 1:3.3-1+b1
- dmsetup 2:1.02.90-2.2+deb8u1
- dpkg 1.17.27
- e2fslibs:amd64 1.42.12-2+b1
- e2fsprogs 1.42.12-2+b1
- file 1:5.22+15-2+deb8u3
- findutils 4.4.2-9+b1
- fontconfig 2.11.0-6.3+deb8u1
- fontconfig-config 2.11.0-6.3+deb8u1
- fonts-dejavu-core 2.34-1
- g++ 4:4.9.2-2
- g++-4.9 4.9.2-10
- gcc 4:4.9.2-2
- gcc-4.8-base:amd64 4.8.4-1
- gcc-4.9 4.9.2-10
- gcc-4.9-base:amd64 4.9.2-10
- geoip-bin 1.6.2-4
- gir1.2-freedesktop:amd64 1.42.0-2.2
- gir1.2-gdkpixbuf-2.0 2.31.1-2+deb8u6
- gir1.2-glib-2.0:amd64 1.42.0-2.2
- gir1.2-rsvg-2.0:amd64 2.40.5-1+deb8u2
- git 1:2.1.4-2.1+deb8u5
- git-man 1:2.1.4-2.1+deb8u5
- gnupg 1.4.18-7+deb8u4
- gpgv 1.4.18-7+deb8u4
- grep 2.20-4.1
- gzip 1.6-4
- hicolor-icon-theme 0.13-1
- hostname 3.15
- imagemagick 8:6.8.9.9-5+deb8u11
- imagemagick-6.q16 8:6.8.9.9-5+deb8u11
- imagemagick-common 8:6.8.9.9-5+deb8u11
- inetutils-ping 2:1.9.2.39.3a460-3
- init 1.22
- initscripts 2.88dsf-59
- insserv 1.14.0-5
- iproute2 3.16.0-2
- krb5-multidev 1.12.1+dfsg-19+deb8u4
- libacl1:amd64 2.2.52-2
- libapr1:amd64 1.5.1-3
- libaprutil1:amd64 1.5.4-1
- libapt-pkg4.12:amd64 1.0.9.8.4
- libasan1:amd64 4.9.2-10
- libatomic1:amd64 4.9.2-10
- libattr1:amd64 1:2.4.47-2
- libaudit-common 1:2.4-1
- libaudit1:amd64 1:2.4-1+b1
- libblkid1:amd64 2.25.2-6
- libbsd0:amd64 0.7.0-2
- libbz2-1.0:amd64 1.0.6-7+b3
- libbz2-dev:amd64 1.0.6-7+b3
- libc-bin 2.19-18+deb8u10
- libc-dev-bin 2.19-18+deb8u10
- libc6-dev:amd64 2.19-18+deb8u10
- libc6:amd64 2.19-18+deb8u10
- libcairo-gobject2:amd64 1.14.0-2.1+deb8u2
- libcairo-script-interpreter2:amd64 1.14.0-2.1+deb8u2
- libcairo2-dev 1.14.0-2.1+deb8u2
- libcairo2:amd64 1.14.0-2.1+deb8u2
- libcap2-bin 1:2.24-8
- libcap2:amd64 1:2.24-8
- libcdt5 2.38.0-7
- libcgraph6 2.38.0-7
- libcilkrts5:amd64 4.9.2-10
- libcloog-isl4:amd64 0.18.2-1+b2
- libcomerr2:amd64 1.42.12-2+b1
- libcroco3:amd64 0.6.8-3+b1
- libcryptsetup4:amd64 2:1.6.6-5
- libcurl3-gnutls:amd64 7.38.0-4+deb8u8
- libcurl3:amd64 7.38.0-4+deb8u8
- libcurl4-openssl-dev:amd64 7.38.0-4+deb8u8
- libdatrie1:amd64 0.2.8-1
- libdb-dev:amd64 5.3.0+b1
- libdb5.3-dev 5.3.28-9+deb8u1
- libdb5.3:amd64 5.3.28-9+deb8u1
- libdebconfclient0:amd64 0.192
- libdevmapper1.02.1:amd64 2:1.02.90-2.2+deb8u1
- libdjvulibre-dev:amd64 3.5.25.4-4+b1
- libdjvulibre-text 3.5.25.4-4
- libdjvulibre21:amd64 3.5.25.4-4+b1
- libedit2:amd64 3.1-20140620-2
- libelfg0:amd64 0.8.13-5
- liberror-perl 0.17-1.1
- libevent-2.0-5:amd64 2.0.21-stable-2+deb8u1
- libevent-core-2.0-5:amd64 2.0.21-stable-2+deb8u1
- libevent-dev 2.0.21-stable-2+deb8u1
- libevent-extra-2.0-5:amd64 2.0.21-stable-2+deb8u1
- libevent-openssl-2.0-5:amd64 2.0.21-stable-2+deb8u1
- libevent-pthreads-2.0-5:amd64 2.0.21-stable-2+deb8u1
- libexif-dev 0.6.21-2
- libexif12:amd64 0.6.21-2
- libexpat1-dev:amd64 2.1.0-6+deb8u4
- libexpat1:amd64 2.1.0-6+deb8u4
- libffi-dev:amd64 3.1-2+deb8u1
- libffi6:amd64 3.1-2+deb8u1
- libfftw3-double3:amd64 3.3.4-2
- libfontconfig1-dev:amd64 2.11.0-6.3+deb8u1
- libfontconfig1:amd64 2.11.0-6.3+deb8u1
- libfreetype6-dev 2.5.2-3+deb8u2
- libfreetype6:amd64 2.5.2-3+deb8u2
- libgcc-4.9-dev:amd64 4.9.2-10
- libgcc1:amd64 1:4.9.2-10
- libgcrypt20:amd64 1.6.3-2+deb8u4
- libgd3:amd64 2.1.0-5+deb8u11
- libgdbm-dev 1.8.3-13.1
- libgdbm3:amd64 1.8.3-13.1
- libgdk-pixbuf2.0-0:amd64 2.31.1-2+deb8u6
- libgdk-pixbuf2.0-common 2.31.1-2+deb8u6
- libgdk-pixbuf2.0-dev 2.31.1-2+deb8u6
- libgeoip-dev 1.6.2-4
- libgeoip1:amd64 1.6.2-4
- libgirepository-1.0-1:amd64 1.42.0-2.2
- libglib2.0-0:amd64 2.42.1-1+b1
- libglib2.0-bin 2.42.1-1+b1
- libglib2.0-data 2.42.1-1
- libglib2.0-dev 2.42.1-1+b1
- libgmp10:amd64 2:6.0.0+dfsg-6
- libgnutls-deb0-28:amd64 3.3.8-6+deb8u7
- libgomp1:amd64 4.9.2-10
- libgpg-error0:amd64 1.17-3
- libgraphite2-3:amd64 1.3.10-1~deb8u1
- libgraphviz-dev 2.38.0-7
- libgssapi-krb5-2:amd64 1.12.1+dfsg-19+deb8u4
- libgssrpc4:amd64 1.12.1+dfsg-19+deb8u4
- libgvc6 2.38.0-7
- libgvpr2 2.38.0-7
- libharfbuzz0b:amd64 0.9.35-2
- libhogweed2:amd64 2.7.1-5+deb8u2
- libice-dev:amd64 2:1.0.9-1+b1
- libice6:amd64 2:1.0.9-1+b1
- libicu52:amd64 52.1-8+deb8u6
- libidn11:amd64 1.29-1+deb8u2
- libilmbase-dev 1.0.1-6.1
- libilmbase6:amd64 1.0.1-6.1
- libisl10:amd64 0.12.2-2
- libitm1:amd64 4.9.2-10
- libjasper-dev 1.900.1-debian1-2.4+deb8u3
- libjasper1:amd64 1.900.1-debian1-2.4+deb8u3
- libjbig-dev:amd64 2.1-3.1
- libjbig0:amd64 2.1-3.1
- libjpeg-dev 1:1.3.1-12
- libjpeg62-turbo-dev:amd64 1:1.3.1-12
- libjpeg62-turbo:amd64 1:1.3.1-12
- libjs-excanvas 0.r3-3
- libjs-jquery 1.7.2+dfsg-3.2
- libk5crypto3:amd64 1.12.1+dfsg-19+deb8u4
- libkadm5clnt-mit9:amd64 1.12.1+dfsg-19+deb8u4
- libkadm5srv-mit9:amd64 1.12.1+dfsg-19+deb8u4
- libkdb5-7:amd64 1.12.1+dfsg-19+deb8u4
- libkeyutils1:amd64 1.5.9-5+b1
- libkmod2:amd64 18-3
- libkrb5-3:amd64 1.12.1+dfsg-19+deb8u4
- libkrb5-dev 1.12.1+dfsg-19+deb8u4
- libkrb5support0:amd64 1.12.1+dfsg-19+deb8u4
- liblcms2-2:amd64 2.6-3+deb8u1
- liblcms2-dev:amd64 2.6-3+deb8u1
- libldap-2.4-2:amd64 2.4.40+dfsg-1+deb8u3
- liblocale-gettext-perl 1.05-8+b1
- liblqr-1-0-dev 0.4.2-2
- liblqr-1-0:amd64 0.4.2-2
- liblsan0:amd64 4.9.2-10
- libltdl-dev:amd64 2.4.2-1.11+b1
- libltdl7:amd64 2.4.2-1.11+b1
- liblzma-dev:amd64 5.1.1alpha+20120614-2+b3
- liblzma5:amd64 5.1.1alpha+20120614-2+b3
- liblzo2-2:amd64 2.08-1.2
- libmagic1:amd64 1:5.22+15-2+deb8u3
- libmagickcore-6-arch-config:amd64 8:6.8.9.9-5+deb8u11
- libmagickcore-6-headers 8:6.8.9.9-5+deb8u11
- libmagickcore-6.q16-2-extra:amd64 8:6.8.9.9-5+deb8u11
- libmagickcore-6.q16-2:amd64 8:6.8.9.9-5+deb8u11
- libmagickcore-6.q16-dev:amd64 8:6.8.9.9-5+deb8u11
- libmagickcore-dev 8:6.8.9.9-5+deb8u11
- libmagickwand-6-headers 8:6.8.9.9-5+deb8u11
- libmagickwand-6.q16-2:amd64 8:6.8.9.9-5+deb8u11
- libmagickwand-6.q16-dev:amd64 8:6.8.9.9-5+deb8u11
- libmagickwand-dev 8:6.8.9.9-5+deb8u11
- libmount1:amd64 2.25.2-6
- libmpc3:amd64 1.0.2-1
- libmpfr4:amd64 3.1.2-2
- libmysqlclient-dev 5.5.58-0+deb8u1
- libmysqlclient18:amd64 5.5.58-0+deb8u1
- libncurses5-dev:amd64 5.9+20140913-1+deb8u2
- libncurses5:amd64 5.9+20140913-1+deb8u2
- libncursesw5-dev:amd64 5.9+20140913-1+deb8u2
- libncursesw5:amd64 5.9+20140913-1+deb8u2
- libnettle4:amd64 2.7.1-5+deb8u2
- libopenexr-dev 1.6.1-8
- libopenexr6:amd64 1.6.1-8
- libp11-kit0:amd64 0.20.7-1
- libpam-modules-bin 1.1.8-3.1+deb8u2+b1
- libpam-modules:amd64 1.1.8-3.1+deb8u2+b1
- libpam-runtime 1.1.8-3.1+deb8u2
- libpam0g:amd64 1.1.8-3.1+deb8u2+b1
- libpango-1.0-0:amd64 1.36.8-3
- libpangocairo-1.0-0:amd64 1.36.8-3
- libpangoft2-1.0-0:amd64 1.36.8-3
- libpathplan4 2.38.0-7
- libpcre3-dev:amd64 2:8.35-3.3+deb8u4
- libpcre3:amd64 2:8.35-3.3+deb8u4
- libpcrecpp0:amd64 2:8.35-3.3+deb8u4
- libpixman-1-0:amd64 0.32.6-3
- libpixman-1-dev 0.32.6-3
- libpng12-0:amd64 1.2.50-2+deb8u3
- libpng12-dev:amd64 1.2.50-2+deb8u3
- libpq-dev 9.4.15-0+deb8u1
- libpq5:amd64 9.4.15-0+deb8u1
- libprocps3:amd64 2:3.3.9-9
- libpsl0:amd64 0.5.1-1
- libpthread-stubs0-dev:amd64 0.3-4
- libpython-stdlib:amd64 2.7.9-1
- libpython2.7-minimal:amd64 2.7.9-2+deb8u1
- libpython2.7-stdlib:amd64 2.7.9-2+deb8u1
- libquadmath0:amd64 4.9.2-10
- libreadline-dev:amd64 6.3-8+b3
- libreadline6-dev:amd64 6.3-8+b3
- libreadline6:amd64 6.3-8+b3
- librsvg2-2:amd64 2.40.5-1+deb8u2
- librsvg2-common:amd64 2.40.5-1+deb8u2
- librsvg2-dev:amd64 2.40.5-1+deb8u2
- librtmp1:amd64 2.4+20150115.gita107cef-1+deb8u1
- libsasl2-2:amd64 2.1.26.dfsg1-13+deb8u1
- libsasl2-modules-db:amd64 2.1.26.dfsg1-13+deb8u1
- libselinux1:amd64 2.3-2
- libsemanage-common 2.3-1
- libsemanage1:amd64 2.3-1+b1
- libsepol1:amd64 2.3-2
- libserf-1-1:amd64 1.3.8-1
- libsigsegv2:amd64 2.10-4+b1
- libslang2:amd64 2.3.0-2
- libsm-dev:amd64 2:1.2.2-1+b1
- libsm6:amd64 2:1.2.2-1+b1
- libsmartcols1:amd64 2.25.2-6
- libsqlite3-0:amd64 3.8.7.1-1+deb8u2
- libsqlite3-dev:amd64 3.8.7.1-1+deb8u2
- libss2:amd64 1.42.12-2+b1
- libssh2-1:amd64 1.4.3-4.1+deb8u1
- libssl-dev:amd64 1.0.1t-1+deb8u7
- libssl1.0.0:amd64 1.0.1t-1+deb8u7
- libstdc++-4.9-dev:amd64 4.9.2-10
- libstdc++6:amd64 4.9.2-10
- libsvn1:amd64 1.8.10-6+deb8u5
- libsystemd0:amd64 215-17+deb8u7
- libtasn1-6:amd64 4.2-3+deb8u3
- libtcl8.6:amd64 8.6.2+dfsg-2
- libtext-charwidth-perl 0.04-7+b3
- libtext-iconv-perl 1.7-5+b2
- libtext-wrapi18n-perl 0.06-7
- libthai-data 0.1.21-1
- libthai0:amd64 0.1.21-1
- libtiff5-dev:amd64 4.0.3-12.3+deb8u4
- libtiff5:amd64 4.0.3-12.3+deb8u4
- libtiffxx5:amd64 4.0.3-12.3+deb8u4
- libtinfo-dev:amd64 5.9+20140913-1+deb8u2
- libtinfo5:amd64 5.9+20140913-1+deb8u2
- libtk8.6:amd64 8.6.2-1
- libtool 2.4.2-1.11
- libtsan0:amd64 4.9.2-10
- libubsan0:amd64 4.9.2-10
- libudev1:amd64 215-17+deb8u7
- libusb-0.1-4:amd64 2:0.1.12-25
- libustr-1.0-1:amd64 1.0.4-3+b2
- libuuid1:amd64 2.25.2-6
- libvpx1:amd64 1.3.0-3
- libwebp-dev:amd64 0.4.1-1.2+b2
- libwebp5:amd64 0.4.1-1.2+b2
- libwebpdemux1:amd64 0.4.1-1.2+b2
- libwebpmux1:amd64 0.4.1-1.2+b2
- libwmf-dev 0.2.8.4-10.3+deb8u2
- libwmf0.2-7:amd64 0.2.8.4-10.3+deb8u2
- libx11-6:amd64 2:1.6.2-3+deb8u1
- libx11-data 2:1.6.2-3+deb8u1
- libx11-dev:amd64 2:1.6.2-3+deb8u1
- libxau-dev:amd64 1:1.0.8-1
- libxau6:amd64 1:1.0.8-1
- libxcb-render0-dev:amd64 1.10-3+b1
- libxcb-render0:amd64 1.10-3+b1
- libxcb-shm0-dev:amd64 1.10-3+b1
- libxcb-shm0:amd64 1.10-3+b1
- libxcb1-dev:amd64 1.10-3+b1
- libxcb1:amd64 1.10-3+b1
- libxdmcp-dev:amd64 1:1.1.1-1+b1
- libxdmcp6:amd64 1:1.1.1-1+b1
- libxdot4 2.38.0-7
- libxext-dev:amd64 2:1.3.3-1
- libxext6:amd64 2:1.3.3-1
- libxft2:amd64 2.3.2-1
- libxml2-dev:amd64 2.9.1+dfsg1-5+deb8u5
- libxml2:amd64 2.9.1+dfsg1-5+deb8u5
- libxpm4:amd64 1:3.5.12-0+deb8u1
- libxrender-dev:amd64 1:0.9.8-1+b1
- libxrender1:amd64 1:0.9.8-1+b1
- libxslt1-dev:amd64 1.1.28-2+deb8u3
- libxslt1.1:amd64 1.1.28-2+deb8u3
- libxss1:amd64 1:1.2.2-1
- libxt-dev:amd64 1:1.1.4-1+b1
- libxt6:amd64 1:1.1.4-1+b1
- libyaml-0-2:amd64 0.1.6-3
- libyaml-dev:amd64 0.1.6-3
- linux-libc-dev:amd64 3.16.51-2
- login 1:4.2-3+deb8u4
- lsb-base 4.1+Debian13+nmu1
- m4 1.4.17-4
- make 4.0-8.1
- mawk 1.3.3-17
- mercurial 3.1.2-2+deb8u4
- mercurial-common 3.1.2-2+deb8u4
- mime-support 3.58
- mount 2.25.2-6
- multiarch-support 2.19-18+deb8u10
- mysql-common 5.5.58-0+deb8u1
- ncurses-base 5.9+20140913-1+deb8u2
- ncurses-bin 5.9+20140913-1+deb8u2
- netbase 5.3
- openssh-client 1:6.7p1-5+deb8u4
- openssl 1.0.1t-1+deb8u7
- passwd 1:4.2-3+deb8u4
- patch 2.7.5-1
- perl 5.20.2-3+deb8u9
- perl-base 5.20.2-3+deb8u9
- perl-modules 5.20.2-3+deb8u9
- pkg-config 0.28-1
- procps 2:3.3.9-9
- python 2.7.9-1
- python-bzrlib 2.6.0+bzr6595-6+deb8u1
- python-configobj 5.0.6-1
- python-minimal 2.7.9-1
- python-six 1.8.0-1
- python2.7 2.7.9-2+deb8u1
- python2.7-minimal 2.7.9-2+deb8u1
- readline-common 6.3-8
- sed 4.2.2-4+deb8u1
- sensible-utils 0.0.9
- shared-mime-info 1.3-1
- startpar 0.59-3
- subversion 1.8.10-6+deb8u5
- systemd 215-17+deb8u7
- systemd-sysv 215-17+deb8u7
- sysv-rc 2.88dsf-59
- sysvinit-utils 2.88dsf-59
- tar 1.27.1-2+deb8u1
- tcl 8.6.0+8
- tcl8.6 8.6.2+dfsg-2
- tk 8.6.0+8
- tk8.6 8.6.2-1
- tzdata 2017c-0+deb8u1
- ucf 3.0030
- udev 215-17+deb8u7
- util-linux 2.25.2-6
- wget 1.16-1+deb8u4
- x11-common 1:7.7+7
- x11proto-core-dev 7.0.26-1
- x11proto-input-dev 2.3.1-1
- x11proto-kb-dev 1.0.6-2
- x11proto-render-dev 2:0.11.1-2
- x11proto-xext-dev 7.3.0-1
- xorg-sgml-doctools 1:1.11-1
- xtrans-dev 1.3.4-1
- xz-utils 5.1.1alpha+20120614-2+b3
- zlib1g-dev:amd64 1:1.2.8.dfsg-2+b1
- zlib1g:amd64 1:1.2.8.dfsg-2+b1