File tree 3 files changed +395
-256
lines changed
3 files changed +395
-256
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ included_assets = .cc-metadata.yml
8
8
target = ghpages+https://creativecommons/creativecommons.github.io
9
9
10
10
[packages]
11
- lektor-atom = 0.3
11
+ lektor-atom = 0.3.1
12
12
lektor-disqus-comments = 0.4.1
13
13
lektor-google-analytics = 0.1.3
14
14
lektor-markdown-excerpt = 0.1
Original file line number Diff line number Diff line change @@ -4,16 +4,20 @@ url = "https://pypi.org/simple"
4
4
verify_ssl = true
5
5
6
6
[packages ]
7
- black = " ==20.8b1 "
7
+ black = " ==21.9b0 "
8
8
# Cryptography 3.4+ requires Rust to build
9
9
# https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst
10
10
cryptography = " ==3.3.2"
11
11
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"
12
15
isort = " *"
13
16
lektor = " *"
14
- # Werkzeug added and pinned to mitigate this issue:
15
- # https://github.com/nixjdm/lektor-atom/issues/23
16
- Werkzeug = " ==0.16.1"
17
+
18
+ [packages .linkcheckmd ]
19
+ editable = true
20
+ path = " /Users/tim/CreativeCommons/git/linkchecker-markdown"
17
21
18
22
[requires ]
19
23
python_version = " 3.9"
You can’t perform that action at this time.
0 commit comments