Skip to content

Commit a063653

Browse files
committed
Create poetry deps from Pipfile
1 parent 7b62044 commit a063653

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

pyproject.toml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,34 @@
11
[tool.black]
22
skip-string-normalization = true
3+
4+
[tool.poetry]
5+
name = "tmuxp"
6+
version = "1.5.4"
7+
description = "tmux session manager."
8+
license = "MIT"
9+
authors = ["Tony Narlock <tony@git-pull.com>"]
10+
11+
[tool.poetry.dependencies]
12+
python = ">=3.5"
13+
click = ">=7<8"
14+
codecov = "*"
15+
colorama = "*"
16+
coverage = "*"
17+
kaptan = "*"
18+
libtmux = "<0.9"
19+
pytest-cov = "*"
20+
21+
[tool.poetry.dev-dependencies]
22+
aafigure = "*"
23+
alagitpull = "*"
24+
black = {version="==19.10b0", python="^3.6"}
25+
doc8 = "*"
26+
docutils = "*"
27+
flake8 = "*"
28+
isort = "*"
29+
pillow = "*"
30+
pytest = "*"
31+
pytest-rerunfailures = "*"
32+
sphinx = "*"
33+
sphinx-issues = "*"
34+
twine = "*"

0 commit comments

Comments
 (0)