Skip to content

Commit cf18468

Browse files
authored
Merge pull request creativecommons#620 from creativecommons/python-webpack-updates
Python and webpack/node/npm updates
2 parents fc5c5aa + 9b1f441 commit cf18468

File tree

5 files changed

+1196
-1147
lines changed

5 files changed

+1196
-1147
lines changed

.lektorproject

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ included_assets = .cc-metadata.yml
88
target = ghpages+https://creativecommons/creativecommons.github.io
99

1010
[packages]
11-
lektor-atom = 0.3
11+
lektor-atom = 0.3.1
1212
lektor-disqus-comments = 0.4.1
1313
lektor-google-analytics = 0.1.3
1414
lektor-markdown-excerpt = 0.1

Pipfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ url = "https://pypi.org/simple"
44
verify_ssl = true
55

66
[packages]
7-
black = "==20.8b1"
7+
black = "==21.9b0"
88
# Cryptography 3.4+ requires Rust to build
99
# https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst
1010
cryptography = "==3.3.2"
1111
flake8 = "*"
12+
# Unable to install d/t Werkzeug / Flask / Lektor Dependency issue
13+
# https://github.com/lektor/lektor/issues/909
14+
flask = "==1.1.4"
1215
isort = "*"
1316
lektor = "*"
14-
# Werkzeug added and pinned to mitigate this issue:
15-
# https://github.com/nixjdm/lektor-atom/issues/23
16-
Werkzeug = "==0.16.1"
1717

1818
[requires]
1919
python_version = "3.9"

0 commit comments

Comments
 (0)