mirror of
https://github.com/tcsenpai/emesh.git
synced 2025-06-03 01:00:03 +00:00
13 lines
223 B
YAML
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 |