-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
76 lines (39 loc) · 1.42 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
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.org/simple
anyio==3.6.2; python_full_version >= '3.6.2'
click==8.1.3; python_version >= '3.7'
colorama==0.4.6; platform_system == 'Windows'
contourpy==1.0.6; python_version >= '3.7'
cycler==0.11.0; python_version >= '3.6'
fastapi==0.87.0
flask-cors==3.0.10
uvicorn == 0.20.0
flask==2.2.2
fonttools==4.38.0; python_version >= '3.7'
idna==3.4; python_version >= '3.5'
itsdangerous==2.1.2; python_version >= '3.7'
jinja2==3.1.2; python_version >= '3.7'
joblib==1.2.0; python_version >= '3.7'
kiwisolver==1.4.4; python_version >= '3.7'
markupsafe==2.1.1; python_version >= '3.7'
matplotlib==3.6.2
nltk==3.7
numpy==1.23.5
packaging==21.3; python_version >= '3.6'
pillow==9.3.0; python_version >= '3.7'
pydantic==1.10.2
pyparsing==3.0.9; python_full_version >= '3.6.8'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
regex==2022.10.31; python_version >= '3.6'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sklearn==0.0.post1
sniffio==1.3.0; python_version >= '3.7'
starlette==0.21.0; python_version >= '3.7'
tqdm==4.64.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
typing-extensions==4.4.0; python_version >= '3.7'
werkzeug==2.2.2; python_version >= '3.7'