Skip to content

Commit 68b486c

Browse files
committed
chore: add new packages for GitHub integration, visualization, and code style checking
1 parent 7dc0423 commit 68b486c

File tree

2 files changed

+389
-1
lines changed

2 files changed

+389
-1
lines changed

Pipfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,21 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7+
# GitHub integration modules:
8+
PyGithub = "~=1.58"
9+
GitPython = "~=3.1"
10+
# Markdown visualization modules:
711
pytz = "~=2022.7"
812
humanize = "~=4.6"
13+
# Graphs drawing modules:
914
matplotlib = "~=3.7"
1015
numpy = "~=1.24"
16+
# Request making and response parsing modules:
1117
httpx = "~=0.23"
1218
pyyaml = "~=6.0"
1319

1420
[dev-packages]
21+
# Codestyle checking modules:
1522
black = "~=25.1"
1623
flake8 = "~=6.0"
1724
pytest = "~=8.3"

0 commit comments

Comments
 (0)