blob: 2c0fc853cc42ef89eaa8c745f5ffa5a2a61f2f44 (
plain)
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
|
astroid==2.9.3
click==8.0.4
dateutils==0.6.12
dnspython==2.2.1
email-validator==1.1.3
flake8==4.0.1
Flask==2.0.3
Flask-JWT-Extended==4.3.1
flask-mongoengine==1.0.0
Flask-PyMongo==2.3.0
Flask-WTF==1.0.0
gunicorn==20.1.0
idna==3.3
isort==5.10.1
itsdangerous==2.1.0
Jinja2==3.0.3
lazy-object-proxy==1.7.1
MarkupSafe==2.1.0
mccabe==0.6.1
mongoengine==0.24.0
mongoengine-goodjson==1.1.8
platformdirs==2.5.1
pycodestyle==2.8.0
pyflakes==2.4.0
PyJWT==2.3.0
pylint==2.12.2
pymongo==3.12.3
python-dateutil==2.8.2
python-dotenv==0.19.2
pytz==2021.3
six==1.16.0
toml==0.10.2
typing_extensions==4.1.1
Werkzeug==2.0.3
wrapt==1.13.3
WTForms==3.0.1
|