forked from privacyidea/privacyidea
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
76 lines (76 loc) · 1.73 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
alembic==1.4.3
argon2-cffi==20.1.0
Babel==2.8.0
backports.functools-lru-cache==1.6.1; python_version < '3.0'
bcrypt==3.1.7; python_version <= '3.5'
bcrypt==3.2.0; python_version > '3.5'
beautifulsoup4==4.9.2
cbor2==5.1.2
certifi==2020.6.20
cffi==1.14.3
chardet==3.0.4
click==7.1.2
configobj==5.0.6
contextlib2==0.6.0.post1; python_version < '3.0'
croniter==0.3.34
cryptography==3.2.1
defusedxml==0.6.0
ecdsa==0.16.0
enum34==1.1.10; python_version < '3.0'
Flask==1.1.2
Flask-Babel==2.0.0
Flask-Migrate==2.5.3
Flask-Script==2.0.6
Flask-SQLAlchemy==2.4.4
Flask-Versioned==0.9.4.post20101221
future==0.18.2; python_version < '3.0'
httplib2==0.18.1
huey==2.3.0
idna==2.10
importlib-resources==3.0.0
ipaddress==1.0.23; python_version < '3.0'
itsdangerous==1.1.0
Jinja2==2.11.2
ldap3==2.8.1
lxml==4.5.2
Mako==1.1.3
MarkupSafe==1.1.1
natsort==6.2.1; python_version < '3.0'
natsort==7.0.1; python_version > '3.0'
netaddr==0.8.0
oauth2client==4.1.3
passlib==1.7.4
pathlib2==2.3.5; python_version < '3.0'
Pillow==6.2.2; python_version < '3.0'
Pillow==7.2.0; python_version > '3.0'
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.20
pydash==4.8.0
PyJWT==1.7.1
PyMySQL==0.10.1
pyOpenSSL==19.1.0
pyrad==2.3
python-dateutil==2.8.1
python-editor==1.0.4
python-gnupg==0.4.6
pytz==2020.1
PyYAML==5.3.1
qrcode==6.1
redis==3.5.3
requests==2.24.0
rsa==4.5; python_version < '3.0'
rsa==4.6; python_version > '3.0'
scandir==1.10.0; python_version < '3.0'
singledispatch==3.4.0.3; python_version < '3.0'
six==1.15.0
smpplib==2.1.0
soupsieve==1.9.6; python_version < '3.0'
soupsieve==2.0.1; python_version > '3.0'
SQLAlchemy==1.3.19
sqlsoup==0.9.1
typing==3.7.4.3; python_version < '3.0'
urllib3==1.25.10
Werkzeug==1.0.1
zipp==1.2.0; python_version <= '3.5'
zipp==3.2.0; python_version > '3.5'