-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
106 lines (103 loc) · 2.36 KB
/
Pipfile
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
95
96
97
98
99
100
101
102
103
104
105
106
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
alabaster = "==0.7.12"
alembic = "==1.4.2"
aniso8601 = "==7.0.0"
astroid = "==2.4.1"
attrs = "==19.1.0"
autopep8 = "==1.5.2"
bcrypt = "==3.1.7"
certifi = "==2020.4.5.1"
cffi = "==1.14.0"
chardet = "==3.0.4"
click = "==7.0"
coloredlogs = "==14.0"
commonmark = "==0.9.1"
coverage = "==5.1"
docutils = "==0.16"
dodgy = "==0.2.1"
elasticsearch = "==7.6.0"
entrypoints = "==0.3"
flask-restplus = "==0.12.1"
humanfriendly = "==8.2"
idna = "==2.9"
imagesize = "==1.2.0"
importlib-metadata = "==1.6.0"
isort = "==4.3.21"
itsdangerous = "==1.1.0"
jsonschema = "==3.0.1"
lazy-object-proxy = "==1.4.3"
mccabe = "==0.6.1"
more-itertools = "==8.2.0"
mypy = "==0.770"
mypy-extensions = "==0.4.3"
pluggy = "==0.13.1"
py = "==1.10.0"
pycodestyle = "==2.5.0"
pycparser = "==2.20"
pydocstyle = "==5.0.2"
pyflakes = "==2.1.1"
pylint = "==2.5.2"
pyparsing = "==2.4.7"
pyrsistent = "==0.15.2"
pytest = "==5.4.1"
pytest-cov = "==2.8.1"
pytest-flask = "==1.0.0"
python-dateutil = "==2.8.1"
python-dotenv = "==0.13.0"
python-editor = "==1.0.4"
python-http-client = "==3.2.7"
pytz = "==2019.1"
recommonmark = "==0.6.0"
requests = "==2.23.0"
rinoh-typeface-dejavuserif = "==0.1.1"
rinoh-typeface-texgyrecursor = "==0.1.1"
rinoh-typeface-texgyreheros = "==0.1.1"
rinoh-typeface-texgyrepagella = "==0.1.1"
rinohtype = "==0.4.0"
sendgrid = "==6.3.0"
six = "==1.12.0"
snowballstemmer = "==2.0.0"
sphinxcontrib-applehelp = "==1.0.2"
sphinxcontrib-devhelp = "==1.0.2"
sphinxcontrib-htmlhelp = "==1.0.3"
sphinxcontrib-jsmath = "==1.0.1"
sphinxcontrib-qthelp = "==1.0.3"
sphinxcontrib-serializinghtml = "==1.1.4"
sqlalchemy-elasticquery = "==0.0.3"
sqlalchemy-json = "==0.4.0"
toml = "==0.10.0"
typed-ast = "==1.4.1"
typing-extensions = "==3.7.4.2"
urllib3 = "==1.25.9"
uuid = "==1.30"
wcwidth = "==0.1.9"
wrapt = "==1.12.1"
zipp = "==3.1.0"
Babel = "==2.8.0"
Flask = "==1.0.3"
Flask-Bcrypt = "==0.7.1"
Flask-Cors = "==3.0.8"
Flask-JWT-Extended = "==3.24.1"
Flask-Login = "==0.5.0"
Flask-Migrate = "==2.5.3"
Flask-Script = "==2.0.6"
Flask-SQLAlchemy = "==2.4.0"
Flask-Testing = "==0.8.0"
Flask-WTF = "==0.14.3"
Jinja2 = "==2.11.3"
Mako = "==1.1.2"
MarkupSafe = "==1.1.1"
Pygments = "==2.7.4"
PyJWT = "==1.7.1"
PyMySQL = "==0.9.3"
Sphinx = "==3.0.3"
SQLAlchemy = "==1.3.5"
Werkzeug = "==0.15.4"
WTForms = "==2.3.1"
[requires]
python_version = "3.6"