-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathrequirements.txt
52 lines (52 loc) · 2.12 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
-i https://pypi.org/simple
aniso8601==9.0.1
bcrypt==3.2.2; python_version >= '3.6'
bidict==0.23.1; python_version >= '3.8'
blinker==1.9.0; python_version >= '3.9'
brotli==1.1.0; platform_python_implementation != 'PyPy'
certifi==2024.12.14; python_version >= '3.6'
cffi==1.17.1; python_version >= '3.8'
charset-normalizer==3.4.1; python_version >= '3.7'
click==8.1.8; python_version >= '3.7'
cryptography==44.0.0; python_version >= '3.7' and python_full_version not in '3.9.0, 3.9.1'
dnspython==2.7.0; python_version >= '3.9'
eventlet==0.38.2; python_version >= '3.7'
flask==3.1.0; python_version >= '3.9'
flask-compress==1.17; python_version >= '3.9'
flask-cors==4.0.2
flask-restful==0.3.10
flask-socketio==5.5.0; python_version >= '3.6'
greenlet==3.1.1; python_version >= '3.7'
gunicorn==23.0.0; python_version >= '3.7'
h11==0.14.0; python_version >= '3.7'
idna==3.10; python_version >= '3.6'
itsdangerous==2.2.0; python_version >= '3.8'
jinja2==3.1.5; python_version >= '3.7'
markupsafe==3.0.2; python_version >= '3.9'
numpy==2.2.1; python_version >= '3.10'
opencv-python-headless==4.10.0.84; python_version >= '3.6'
packaging==24.2; python_version >= '3.8'
paramiko==3.5.0; python_version >= '3.6'
peewee==3.17.8
pgpy==0.6.0; python_version >= '3.6'
pillow==11.0.0; python_version >= '3.9'
pyasn1==0.6.1; python_version >= '3.8'
pycparser==2.22; python_version >= '3.8'
pynacl==1.5.0; python_version >= '3.6'
pysocks==1.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytesseract==0.3.13; python_version >= '3.8'
python-engineio==4.11.2; python_version >= '3.6'
python-socketio==5.12.0; python_version >= '3.8'
pytz==2024.2
requests==2.32.3; python_version >= '3.8'
simple-websocket==1.1.0; python_version >= '3.6'
six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
stem==1.8.2
tornado==6.4.2; python_version >= '3.8'
typing-extensions==4.12.2; python_version >= '3.8'
urllib3==2.3.0; python_version >= '3.9'
urwid==2.6.16; python_version >= '3.8'
wcwidth==0.2.13
werkzeug==3.1.3; python_version >= '3.9'
wsproto==1.2.0; python_full_version >= '3.7.0'
zstandard==0.23.0; platform_python_implementation != 'PyPy'