Skip to content

Commit d3d2dc9

Browse files
committed
update requirements using pipenv lock --requirements > requirements.txt
1 parent cf18468 commit d3d2dc9

File tree

1 file changed

+21
-23
lines changed

1 file changed

+21
-23
lines changed

requirements.txt

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,42 +6,40 @@
66
#
77

88
-i https://pypi.org/simple
9-
appdirs==1.4.4
10-
babel==2.9.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
11-
black==20.8b1
12-
certifi==2020.12.5
13-
cffi==1.14.5
14-
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
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'
1514
click==7.1.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
1615
cryptography==3.3.2
1716
exifread==2.3.2
1817
filetype==1.0.7
19-
flake8==3.9.0
20-
flask==1.1.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
21-
idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
18+
flake8==3.9.2
19+
flask==1.1.4
20+
idna==3.2; python_version >= '3'
2221
inifile==0.4
23-
isort==5.8.0
22+
isort==5.9.3
2423
itsdangerous==1.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
2524
jinja2==2.11.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
2625
lektor==3.2.0
27-
markupsafe==1.1.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
26+
markupsafe==2.0.1; python_version >= '3.6'
2827
mccabe==0.6.1
2928
mistune==0.8.4
3029
mypy-extensions==0.4.3
31-
pathspec==0.8.1
30+
pathspec==0.9.0
31+
platformdirs==2.3.0; python_version >= '3.6'
3232
pycodestyle==2.7.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
3333
pycparser==2.20; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
3434
pyflakes==2.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
35-
pyopenssl==20.0.1
36-
python-slugify==4.0.1
35+
python-slugify==5.0.2; python_version >= '3.6'
3736
pytz==2021.1
38-
regex==2021.4.4
39-
requests[security]==2.25.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
40-
six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
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'
4140
text-unidecode==1.3
42-
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
43-
typed-ast==1.4.2
44-
typing-extensions==3.7.4.3
45-
urllib3==1.26.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
46-
watchdog==2.0.2; python_version >= '3.6'
47-
werkzeug==0.16.1
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'

0 commit comments

Comments
 (0)