-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements.txt
94 lines (94 loc) · 1.66 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
alembic==1.6.5
astor==0.8.1
astroid==2.5.6
attrs==21.2.0
bandit==1.7.0
bcrypt==3.2.0
beautifulsoup4==4.9.3
blinker==1.4
certifi==2021.5.30
cffi==1.14.5
chardet==4.0.0
click==8.0.1
coverage==5.5
cryptography==3.4.7
darglint==1.8.0
dnspython==2.1.0
docutils==0.17.1
dominate==2.6.0
elasticsearch==7.13.3
email-validator==1.1.3
eradicate==2.0.0
flake8==3.9.2
flake8-bandit==2.1.2
flake8-broken-line==0.3.0
flake8-bugbear==21.4.3
flake8-commas==2.0.0
flake8-comprehensions==3.5.0
flake8-debugger==4.0.0
flake8-docstrings==1.6.0
flake8-eradicate==1.1.0
flake8-isort==4.0.0
flake8-polyfill==1.0.2
flake8-quotes==3.2.0
flake8-rst-docstrings==0.2.3
flake8-string-format==0.3.0
Flask==2.0.1
Flask-Bootstrap==3.3.7.1
Flask-Login==0.5.0
Flask-Mail==0.9.1
Flask-Migrate==3.0.1
Flask-Modals==0.3.1
Flask-SQLAlchemy==2.5.1
Flask-User==1.0.2.2
Flask-WTF==0.15.1
gitdb==4.0.7
GitPython==3.1.18
greenlet==1.1.0
idna==2.10
iniconfig==1.1.1
isort==5.8.0
itsdangerous==2.0.1
Jinja2==3.0.1
lazy-object-proxy==1.6.0
lxml==4.6.3
Mako==1.1.4
MarkupSafe==2.0.1
mccabe==0.6.1
packaging==21.0
passlib==1.7.4
pbr==5.6.0
pep8-naming==0.11.1
pluggy==0.13.1
psycopg2-binary==2.8.6
py==1.10.0
pycodestyle==2.7.0
pycparser==2.20
pydocstyle==6.1.1
pyflakes==2.3.1
Pygments==2.9.0
pylint==2.8.3
pyparsing==2.4.7
pytest==6.2.4
pytest-cov==2.12.1
python-dateutil==2.8.1
python-editor==1.0.4
PyYAML==5.4.1
requests==2.25.1
restructuredtext-lint==1.3.2
rope==0.19.0
six==1.16.0
smmap==4.0.0
snowballstemmer==2.1.0
soupsieve==2.2.1
SQLAlchemy==1.4.17
stevedore==3.3.0
testfixtures==6.18.0
toml==0.10.2
typing-extensions==3.10.0.0
urllib3==1.26.5
visitor==0.1.3
wemake-python-styleguide==0.15.3
Werkzeug==2.0.1
wrapt==1.12.1
WTForms==2.3.3