CARTOframes depends on a number of Python libraries that are installed automatically once you run the pip install command. The following Python libraries are installed:
- ipython: Provides a rich toolkit for using Python interactively
- appdirs: A small Python module for determining appropriate platform-specific directories
- carto: Provides an SDK around CARTO's APIs
- chardet: A universal encoding detector for Python 2 and 3
- colorama: Enables colored terminal text and cursor positioning in MS Windows
- decorator: Preserves the signature of decorated functions consistently across Python releases
- future: Offers a compatibility layer between Python 2 and Python 3
- idna: Offers support for Internationalized Domain Names in Applications ...