forked from Sreetama2001/Shewin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
42 lines (39 loc) · 793 Bytes
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
fastapi = "==0.87.0"
pydantic = "==1.10.2"
matplotlib = "==3.6.2"
numpy = "==1.23.5"
sklearn = "==0.0.post1"
nltk = "==3.7"
anyio = "==3.6.2"
click = "==8.1.3"
colorama = "==0.4.6"
contourpy = "==1.0.6"
cycler = "==0.11.0"
flask-cors = "==3.0.10"
uvicorn = "==0.20.0"
flask = "==2.2.2"
fonttools = "==4.38.0"
idna = "==3.4"
itsdangerous = "==2.1.2"
jinja2 = "==3.1.2"
joblib = "==1.2.0"
kiwisolver = "==1.4.4"
markupsafe = "==2.1.1"
pillow = "==9.3.0"
pyparsing = "==3.0.9"
python-dateutil = "==2.8.2"
regex = "==2022.10.31"
six = "==1.16.0"
sniffio = "==1.3.0"
starlette = "==0.21.0"
tqdm = "==4.64.1"
typing-extensions = "==4.4.0"
werkzeug = "==2.2.2"
[dev-packages]
[requires]
python_version = "3.10"