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

15 lines
243 B
YAML

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