pragnakalp commited on
Commit
aebc3f2
·
1 Parent(s): 19aae73

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +104 -0
requirements.txt ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==1.3.0
2
+ aiohttp==3.8.3
3
+ aiosignal==1.3.1
4
+ analytics-python==1.4.0
5
+ anyio==3.6.2
6
+ astunparse==1.6.3
7
+ async-timeout==4.0.2
8
+ attrs==22.1.0
9
+ backoff==1.10.0
10
+ bcrypt==4.0.1
11
+ cachetools==5.2.0
12
+ certifi==2020.6.20
13
+ cffi==1.15.1
14
+ chardet==3.0.4
15
+ charset-normalizer==2.1.1
16
+ click==7.1.2
17
+ contourpy==1.0.6
18
+ cryptography==38.0.4
19
+ cycler==0.11.0
20
+ dataclasses==0.6
21
+ fastapi==0.88.0
22
+ ffmpy==0.3.0
23
+ filelock==3.0.12
24
+ Flask==1.1.2
25
+ Flask-Cors==3.0.9
26
+ flatbuffers==22.12.6
27
+ fonttools==4.38.0
28
+ frozenlist==1.3.3
29
+ future==0.18.2
30
+ gast==0.4.0
31
+ geoip2==3.0.0
32
+ google-auth==2.15.0
33
+ google-auth-oauthlib==0.4.6
34
+ google-pasta==0.2.0
35
+ gradio==3.0
36
+ grpcio==1.51.1
37
+ h11==0.14.0
38
+ h5py==3.7.0
39
+ idna==2.10
40
+ importlib-metadata==5.1.0
41
+ itsdangerous==1.1.0
42
+ Jinja2==2.11.2
43
+ joblib==0.16.0
44
+ keras==2.11.0
45
+ kiwisolver==1.4.4
46
+ libclang==14.0.6
47
+ linkify-it-py==1.0.3
48
+ Markdown==3.4.1
49
+ markdown-it-py==2.1.0
50
+ MarkupSafe==1.1.1
51
+ matplotlib==3.6.2
52
+ maxminddb==1.5.2
53
+ mdit-py-plugins==0.3.3
54
+ mdurl==0.1.2
55
+ monotonic==1.6
56
+ multidict==6.0.3
57
+ numpy==1.23.5
58
+ oauthlib==3.2.2
59
+ opt-einsum==3.3.0
60
+ orjson==3.8.3
61
+ packaging==20.4
62
+ pandas==1.5.2
63
+ paramiko==2.12.0
64
+ Pillow==7.2.0
65
+ protobuf==3.19.6
66
+ pyasn1==0.4.8
67
+ pyasn1-modules==0.2.8
68
+ pycparser==2.21
69
+ pycryptodome==3.16.0
70
+ pydantic==1.10.2
71
+ pydub==0.25.1
72
+ PyNaCl==1.5.0
73
+ pyparsing==2.4.7
74
+ python-dateutil==2.8.2
75
+ python-multipart==0.0.5
76
+ pytz==2022.6
77
+ regex==2020.7.14
78
+ requests==2.24.0
79
+ requests-oauthlib==1.3.1
80
+ rsa==4.9
81
+ sacremoses==0.0.43
82
+ sentencepiece==0.1.91
83
+ six==1.15.0
84
+ sniffio==1.3.0
85
+ starlette==0.22.0
86
+ tensorboard==2.11.0
87
+ tensorboard-data-server==0.6.1
88
+ tensorboard-plugin-wit==1.8.1
89
+ tensorflow==2.11.0
90
+ tensorflow-estimator==2.11.0
91
+ tensorflow-io-gcs-filesystem==0.28.0
92
+ termcolor==2.1.1
93
+ tokenizers==0.8.1rc2
94
+ tqdm==4.49.0
95
+ transformers==3.1.0
96
+ typing-extensions==4.4.0
97
+ uc-micro-py==1.0.1
98
+ urllib3==1.25.10
99
+ uvicorn==0.20.0
100
+ uWSGI==2.0.19.1
101
+ Werkzeug==1.0.1
102
+ wrapt==1.14.1
103
+ yarl==1.8.2
104
+ zipp==3.11.0