| changeset 137 | 28a16b4e67b4 |
| 136:c4cc97c3af88 | 137:28a16b4e67b4 |
|---|---|
1 [tool.poetry] |
|
2 name = "sync_ammico" |
|
3 version = "0.1.0" |
|
4 description = "" |
|
5 authors = ["Your Name <you@example.com>"] |
|
6 |
|
7 [tool.poetry.dependencies] |
|
8 python = "^2.7" |
|
9 fabric = ">=1.10.1, <2.0" |
|
10 |
|
11 [build-system] |
|
12 requires = ["poetry>=0.12"] |
|
13 build-backend = "poetry.masonry.api" |