Installation
This Project requires Python 3.10.4 or newer.
Using pip
pip install anaplan-sdk
Using poetry
poetry add anaplan-sdk
Dependencies
Anaplan SDK has few dependencies:
- httpx: HTTP Client.
- pydantic: Data Models and validation.
- cryptography: Cryptographic Algorithms.