Skip to content

Commit 0ad1d6c

Browse files
authored
Merge pull request #280 from creativecommons/update-python
Add lxml and update Python modules (protobuf 6.33.5, pyasn1 0.6.2, etc.)
2 parents bb60a6b + 1615170 commit 0ad1d6c

File tree

2 files changed

+167
-30
lines changed

2 files changed

+167
-30
lines changed

Pipfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ cachetools = "*" # Required by google-api-python-client
88
feedparser = "*"
99
GitPython = "*"
1010
google-api-python-client = "*"
11+
lxml = "*"
1112
matplotlib = "*"
1213
pandas = "*"
14+
protobuf = ">=6.33.5" # Ensure dependency is secure
15+
pyasn1 = ">=0.6.2" # Ensure dependency is secure
1316
Pygments = "*"
1417
PyYAML = "*"
1518
requests = ">=2.31.0"

Pipfile.lock

Lines changed: 164 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)