Skip to content

Commit b9e2a85

Browse files
committed
update python packages
1 parent 7eb9630 commit b9e2a85

File tree

3 files changed

+152
-239
lines changed

3 files changed

+152
-239
lines changed

.lektorproject

+1-1
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.1
11+
lektor-atom = 0.4.0
1212
lektor-disqus-comments = 0.4.1
1313
lektor-google-analytics = 0.1.3
1414
lektor-markdown-excerpt = 0.1

Pipfile

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,8 @@ url = "https://pypi.org/simple"
44
verify_ssl = true
55

66
[packages]
7-
black = "==21.9b0"
8-
# Cryptography 3.4+ requires Rust to build
9-
# https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst
10-
cryptography = "==3.3.2"
7+
black = "*"
118
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"
159
isort = "*"
1610
lektor = "*"
1711

0 commit comments

Comments
 (0)