We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b62044 commit a063653Copy full SHA for a063653
pyproject.toml
@@ -1,2 +1,34 @@
1
[tool.black]
2
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