forked from creativecommons/creativecommons.github.io-source
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
44 lines (43 loc) · 1.51 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.org/simple
babel==2.10.3; python_version >= '3.6'
black==22.6.0
certifi==2022.6.15; python_version >= '3.6'
charset-normalizer==2.1.0; python_version >= '3.6'
click==8.1.3; python_version >= '3.7'
exifread==3.0.0
filetype==1.1.0
flake8==5.0.4
flask==2.2.2; python_version >= '3.7'
idna==3.3; python_version >= '3.5'
importlib-metadata==4.12.0; python_version < '3.10'
inifile==0.4.1
isort==5.10.1
itsdangerous==2.1.2; python_version >= '3.7'
jinja2==3.1.2; python_version >= '3.7'
lektor==3.3.6
markupsafe==2.1.1; python_version >= '3.7'
mccabe==0.7.0; python_version >= '3.6'
mistune==0.8.4
mypy-extensions==0.4.3
pathspec==0.9.0
pip==22.2.2; python_version >= '3.7'
platformdirs==2.5.2; python_version >= '3.7'
pycodestyle==2.9.1; python_version >= '3.6'
pyflakes==2.5.0; python_version >= '3.6'
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'
pytz==2022.1
requests[security]==2.28.1; python_version >= '3.7' and python_version < '4'
setuptools==64.0.0; python_version >= '3.7'
text-unidecode==1.3
tomli==2.0.1; python_full_version < '3.11.0a7'
typing-extensions==4.3.0; python_version < '3.10'
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'
watchdog==2.1.9; python_version >= '3.6'
werkzeug==2.2.2; python_version >= '3.7'
zipp==3.8.1; python_version >= '3.7'