-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
48 lines (48 loc) · 4.48 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
-i https://pypi.org/simple
alembic==1.13.1; python_version >= '3.8'
bcrypt==4.1.2; python_version >= '3.7'
blinker==1.7.0; python_version >= '3.8'
cachelib==0.9.0; python_version >= '3.7'
cffi==1.16.0; platform_python_implementation != 'PyPy'
chardet==5.2.0; python_version >= '3.7'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
colorama==0.4.6; platform_system == 'Windows'
cryptography==42.0.5; python_version >= '3.7'
deprecated==1.2.14; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
flask==3.0.2; python_version >= '3.8'
flask-bcrypt==1.0.1
flask-caching==2.1.0; python_version >= '3.7'
flask-cors==4.0.0
flask-limiter==3.5.1; python_version >= '3.8'
flask-migrate==4.0.5; python_version >= '3.6'
flask-sqlalchemy==3.1.1; python_version >= '3.8'
flask-talisman==1.1.0
flask-wtf==1.2.1; python_version >= '3.8'
greenlet==3.0.3; platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32')))))
importlib-resources==6.1.2; python_version >= '3.8'
itsdangerous==2.1.2; python_version >= '3.7'
jinja2==3.1.3; python_version >= '3.7'
limits==3.9.0; python_version >= '3.7'
mako==1.3.2; python_version >= '3.8'
markdown-it-py==3.0.0; python_version >= '3.8'
markupsafe==2.1.5; python_version >= '3.7'
mdurl==0.1.2; python_version >= '3.7'
ordered-set==4.1.0; python_version >= '3.7'
packaging==23.2; python_version >= '3.7'
pdfminer.six==20231228; python_version >= '3.6'
pillow==10.2.0; python_version >= '3.8'
psycopg2==2.9.9; python_version >= '3.7'
pycparser==2.21
pygments==2.17.2; python_version >= '3.7'
pyjwt==2.8.0; python_version >= '3.7'
pymupdf==1.23.26; python_version >= '3.8'
pymupdfb==1.23.22; python_version >= '3.8'
python-dotenv==1.0.1; python_version >= '3.8'
reportlab==4.1.0; python_version >= '3.7' and python_version < '4'
rich==13.7.1; python_full_version >= '3.7.0'
sqlalchemy==2.0.27; python_version >= '3.7'
typing-extensions==4.10.0; python_version >= '3.8'
werkzeug==3.0.1; python_version >= '3.8'
wrapt==1.16.0; python_version >= '3.6'
wtforms==3.1.2; python_version >= '3.8'