-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
97 lines (96 loc) · 3.36 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
95
96
97
aiohttp==3.8.4
aiosignal==1.3.1
amqp==5.1.1
appdirs==1.4.4
asgiref==3.6.0
async-timeout==4.0.2
attrs==22.2.0
Authlib==1.2.0
bcrypt==4.0.1
beautifulsoup4==4.11.2
billiard==3.6.4.0
blinker==1.5
cachelib==0.9.0
cachetools==5.3.0
celery==5.2.7
certifi==2022.12.7
cffi==1.15.1
charset-normalizer==3.1.0
click==8.1.3
click-didyoumean==0.3.0
click-plugins==1.1.1
click-repl==0.2.0
colorama==0.4.6
coverage==7.2.1
cryptography==3.3.2
dnspython==2.3.0
ecdsa==0.18.0
email-validator==1.3.1
Flask==2.2.3
Flask-Bcrypt==1.0.1
Flask-Caching==2.0.2
Flask-Cors==3.0.10
Flask-Login==0.6.2
Flask-Mail==0.9.1
Flask-SQLAlchemy==3.0.3
frozendict==2.3.5
frozenlist==1.3.3
greenlet==2.0.2
gunicorn==20.1.0
h11==0.14.0
html5lib==1.1
idna==3.4
iniconfig==2.0.0
itsdangerous==2.1.2
Jinja2==3.1.2
jwt==1.3.1
kombu==5.2.4
lxml==4.9.2
markdown-it-py==2.2.0
MarkupSafe==2.1.2
mdurl==0.1.2
multidict==6.0.4
multitasking==0.0.11
numpy==1.24.2
packaging==23.0
pandas==1.5.3
pluggy==1.0.0
prompt-toolkit==3.0.38
proto-plus==1.22.2
protobuf==4.22.1
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.21
pydantic==1.10.6
Pygments==2.14.0
PyJWT==2.6.0
pymemcache==4.0.0
PyMySQL==1.0.2
pyraml-parser==0.1.9
pytest==7.2.2
pytest-cov==4.0.0
pytest-mock==3.10.0
python-dateutil==2.8.2
python-decouple==3.8
python-dotenv==1.0.0
python-jose==3.3.0
pytz==2022.7.1
PyYAML==6.0
redis==4.5.1
requests==2.28.2
requests-toolbelt==0.10.1
rich==13.3.2
rsa==4.9
six==1.16.0
soupsieve==2.4
SQLAlchemy==2.0.5.post1
typing_extensions==4.5.0
urllib3==1.26.14
uvicorn==0.21.0
vine==5.0.0
wcwidth==0.2.6
webencodings==0.5.1
Werkzeug==2.2.3
yarl==1.8.2
Markdown~=3.4.3
PyGithub~=1.58.1