|
6 | 6 | #
|
7 | 7 |
|
8 | 8 | -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' |
15 | 14 | click==7.1.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
16 | 15 | cryptography==3.3.2
|
17 | 16 | exifread==2.3.2
|
18 | 17 | 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' |
22 | 21 | inifile==0.4
|
23 |
| -isort==5.8.0 |
| 22 | +isort==5.9.3 |
24 | 23 | itsdangerous==1.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
25 | 24 | jinja2==2.11.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
26 | 25 | 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' |
28 | 27 | mccabe==0.6.1
|
29 | 28 | mistune==0.8.4
|
30 | 29 | mypy-extensions==0.4.3
|
31 |
| -pathspec==0.8.1 |
| 30 | +pathspec==0.9.0 |
| 31 | +platformdirs==2.3.0; python_version >= '3.6' |
32 | 32 | pycodestyle==2.7.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
33 | 33 | pycparser==2.20; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
34 | 34 | 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' |
37 | 36 | 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' |
41 | 40 | 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