emesh/environment_cli.yaml
2024-03-31 14:58:09 +02:00

13 lines
223 B
YAML

# run: conda env create --file environment_cli.yml
name: emesh-env-cli
dependencies:
- python=3.10
- anaconda
- pip
- pip:
- pytap2
- pubsub
- meshtastic
- cryptography
- deterministic-rsa-keygen
- python-dotenv