summaryrefslogtreecommitdiffstats
path: root/scripts/jira/jira-bug-closer/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/jira/jira-bug-closer/Pipfile')
-rw-r--r--scripts/jira/jira-bug-closer/Pipfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/scripts/jira/jira-bug-closer/Pipfile b/scripts/jira/jira-bug-closer/Pipfile
new file mode 100644
index 00000000..f38cbfdc
--- /dev/null
+++ b/scripts/jira/jira-bug-closer/Pipfile
@@ -0,0 +1,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"