| changeset 205 | 147583c43f0d |
| 204:3a5c9c460620 | 205:147583c43f0d |
|---|---|
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" |