install
source · Clone the upstream repo
git clone https://github.com/fetchai/agents-aea
manifest:
tests/data/dependencies_skill/skill.yamlsource content
name: dummy author: fetchai version: 0.1.0 type: skill description: a skill for testing purposes. license: Apache-2.0 aea_version: '>=1.0.0, <2.0.0' fingerprint: init.py: QmVLEKUHaEdU1fcEvwiPYogLC8FjoKaZDzmq8UXr1rf9zM fingerprint_ignore_patterns: [] contracts: [] protocols:
- fetchai/default:1.1.7 skills: [] behaviours: {} handlers: {} models: {} dependencies: dep1: version: ==1.0.0 dep2: version: ~=1.1.2 dep3: version: '>=1.10.11a1' dep4: version: ==1.11.12b2 dep5: version: '>=1.4.5.0' dep6: index: https://test.pypi.org/simple dep7: git: https://github.com/a-random-username/a-repository.git ref: master dep8: git: https://github.com/a-random-username/a-repository.git index: https://test.pypi.org/simple ref: master is_abstract: false connections: []