Skip to content

Commit e1f4c9b

Browse files
committed
forgot to regenerate requirements.txt in creativecommons#660
1 parent 8301f3f commit e1f4c9b

File tree

1 file changed

+32
-33
lines changed

1 file changed

+32
-33
lines changed

requirements.txt

+32-33
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,39 @@
66
#
77

88
-i https://pypi.org/simple
9-
babel==2.9.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
10-
black==21.9b0
11-
certifi==2021.5.30
12-
cffi==1.14.6
13-
charset-normalizer==2.0.5; python_version >= '3'
14-
click==7.1.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
15-
cryptography==3.3.2
16-
exifread==2.3.2
17-
filetype==1.0.7
18-
flake8==3.9.2
19-
flask==1.1.4
20-
idna==3.2; python_version >= '3'
21-
inifile==0.4
22-
isort==5.9.3
23-
itsdangerous==1.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
24-
jinja2==2.11.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
25-
lektor==3.2.0
26-
markupsafe==2.0.1; python_version >= '3.6'
27-
mccabe==0.6.1
9+
babel==2.10.3; python_version >= '3.6'
10+
black==22.6.0
11+
certifi==2022.6.15; python_version >= '3.6'
12+
charset-normalizer==2.1.0; python_version >= '3.6'
13+
click==8.1.3; python_version >= '3.7'
14+
exifread==3.0.0
15+
filetype==1.1.0
16+
flake8==5.0.4
17+
flask==2.2.2; python_version >= '3.7'
18+
idna==3.3; python_version >= '3.5'
19+
importlib-metadata==4.12.0; python_version < '3.10'
20+
inifile==0.4.1
21+
isort==5.10.1
22+
itsdangerous==2.1.2; python_version >= '3.7'
23+
jinja2==3.1.2; python_version >= '3.7'
24+
lektor==3.3.6
25+
markupsafe==2.1.1; python_version >= '3.7'
26+
mccabe==0.7.0; python_version >= '3.6'
2827
mistune==0.8.4
2928
mypy-extensions==0.4.3
3029
pathspec==0.9.0
31-
platformdirs==2.3.0; python_version >= '3.6'
32-
pycodestyle==2.7.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
33-
pycparser==2.20; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
34-
pyflakes==2.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
35-
python-slugify==5.0.2; python_version >= '3.6'
36-
pytz==2021.1
37-
regex==2021.8.28
38-
requests[security]==2.26.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
39-
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
30+
pip==22.2.2; python_version >= '3.7'
31+
platformdirs==2.5.2; python_version >= '3.7'
32+
pycodestyle==2.9.1; python_version >= '3.6'
33+
pyflakes==2.5.0; python_version >= '3.6'
34+
python-slugify==6.1.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
35+
pytz==2022.1
36+
requests[security]==2.28.1; python_version >= '3.7' and python_version < '4'
37+
setuptools==64.0.0; python_version >= '3.7'
4038
text-unidecode==1.3
41-
tomli==1.2.1; python_version >= '3.6'
42-
typing-extensions==3.10.0.2
43-
urllib3==1.26.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4.0'
44-
watchdog==2.1.5; python_version >= '3.6'
45-
werkzeug==0.16.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
39+
tomli==2.0.1; python_full_version < '3.11.0a7'
40+
typing-extensions==4.3.0; python_version < '3.10'
41+
urllib3==1.26.11; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4'
42+
watchdog==2.1.9; python_version >= '3.6'
43+
werkzeug==2.2.2; python_version >= '3.7'
44+
zipp==3.8.1; python_version >= '3.7'

0 commit comments

Comments
 (0)