summaryrefslogtreecommitdiffstats
path: root/scripts/jira/jira-bug-closer/Pipfile
blob: f38cbfdc2e6aa8fb999e3ffa1bb08569df58ca44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
jira = "*"
asyncssh = "*"
coloredlogs = "*"

[dev-packages]
pylint = "*"
ipython = "*"
nose = "*"
pytest = "*"
pytest-cov = "*"
rope = "*"
mypy = "*"
"flake8" = "*"
pytest-asyncio = "*"

[requires]
python_version = "3.6"