.. _dependencies: ************ Dependencies ************ The ``requirements.txt`` file contains this project's module dependencies. You can install these dependencies using ``pip``. .. code-block:: bash pip install -r requirements.txt .. _requirements-txt: requirements.txt ================ .. literalinclude:: ../../requirements.txt Runtime Dependencies and Licenses ================================= +--------------------+-------------+--------------------------------------+---------------------------------------------------+ | Name | Version | License | URL | +--------------------+-------------+--------------------------------------+---------------------------------------------------+ | Shapely | 1.6.4.post2 | BSD | https://github.com/Toblerity/Shapely | +--------------------+-------------+--------------------------------------+---------------------------------------------------+ | bleach | 3.1.0 | Apache Software License | https://github.com/mozilla/bleach | +--------------------+-------------+--------------------------------------+---------------------------------------------------+ | filelock | 3.0.12 | Public Domain | https://github.com/benediktschmitt/py-filelock | +--------------------+-------------+--------------------------------------+---------------------------------------------------+ | importlib-metadata | 0.21 | Apache Software License | http://importlib-metadata.readthedocs.io/ | +--------------------+-------------+--------------------------------------+---------------------------------------------------+ | numpy | 1.17.2 | BSD | https://www.numpy.org | +--------------------+-------------+--------------------------------------+---------------------------------------------------+ | pyproj | 2.3.1 | OSI Approved | https://github.com/pyproj4/pyproj | +--------------------+-------------+--------------------------------------+---------------------------------------------------+ | toml | 0.10.0 | MIT | https://github.com/uiri/toml | +--------------------+-------------+--------------------------------------+---------------------------------------------------+ | webencodings | 0.5.1 | BSD | https://github.com/SimonSapin/python-webencodings | +--------------------+-------------+--------------------------------------+---------------------------------------------------+ | zipp | 0.6.0 | UNKNOWN | https://github.com/jaraco/zipp | +--------------------+-------------+--------------------------------------+---------------------------------------------------+