NeroCube / bookmark

Place some learning resources
0 stars 0 forks source link

Poetry adding GitHub dependency #440

Open NeroCube opened 5 months ago

NeroCube commented 5 months ago
[tool.poetry.dependencies]
python = "^3.6"
ansible = { git = "https://github.com/ansible/ansible.git", branch = "devel" }
# or
ansible = { git = "https://github.com/ansible/ansible.git", tag = "v2.6.6" }
# or
ansible = { git = "https://github.com/ansible/ansible.git", rev = "e5664c4" }