Skip to content

Commit 4c5db92

Browse files
committed
First Public version for ywh2bugtracker
0 parents  commit 4c5db92

22 files changed

Lines changed: 4479 additions & 0 deletions

Pipfile

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[[source]]
2+
name = "pypi"
3+
url = "https://pypi.org/simple"
4+
verify_ssl = true
5+
6+
[packages]
7+
requests = "*"
8+
python-gitlab = "*"
9+
pyyaml = "*"
10+
pygithub = "*"
11+
jira = "*"
12+
html2text = "*"
13+
colorama = "*"
14+
pyotp = "*"
15+
coloredLogs = "*"
16+
yeswehack = "*"
17+
beautifulsoup4 = "*"
18+
lxml = "*"
19+
20+
[requires]
21+
python_version = "3.7"

0 commit comments

Comments
 (0)