osomat123 commited on
Commit
aa0c8a5
1 Parent(s): c4dac7b

Added requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +90 -0
requirements.txt ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==1.0.0
2
+ aiohttp==3.8.1
3
+ aiosignal==1.2.0
4
+ analytics-python==1.4.0
5
+ anyio==3.5.0
6
+ asgiref==3.5.0
7
+ astunparse==1.6.3
8
+ async-timeout==4.0.2
9
+ asynctest==0.13.0
10
+ attrs==21.4.0
11
+ backoff==1.10.0
12
+ bcrypt==3.2.0
13
+ cached-property==1.5.2
14
+ cachetools==5.0.0
15
+ certifi==2021.10.8
16
+ cffi==1.15.0
17
+ charset-normalizer==2.0.12
18
+ click==8.1.2
19
+ cryptography==36.0.2
20
+ cycler==0.11.0
21
+ fastapi==0.75.2
22
+ ffmpy==0.3.0
23
+ flatbuffers==2.0
24
+ fonttools==4.33.2
25
+ frozenlist==1.3.0
26
+ gast==0.5.3
27
+ google-auth==2.6.6
28
+ google-auth-oauthlib==0.4.6
29
+ google-pasta==0.2.0
30
+ gradio==2.9.4
31
+ grpcio==1.44.0
32
+ h11==0.13.0
33
+ h5py==3.6.0
34
+ idna==3.3
35
+ importlib-metadata==4.11.3
36
+ Jinja2==3.1.1
37
+ keras==2.8.0
38
+ Keras-Preprocessing==1.1.2
39
+ kiwisolver==1.4.2
40
+ libclang==14.0.1
41
+ linkify-it-py==1.0.3
42
+ Markdown==3.3.6
43
+ markdown-it-py==2.1.0
44
+ MarkupSafe==2.1.1
45
+ matplotlib==3.5.1
46
+ mdit-py-plugins==0.3.0
47
+ mdurl==0.1.1
48
+ monotonic==1.6
49
+ multidict==6.0.2
50
+ numpy==1.21.6
51
+ oauthlib==3.2.0
52
+ opt-einsum==3.3.0
53
+ orjson==3.6.8
54
+ packaging==21.3
55
+ pandas==1.3.5
56
+ paramiko==2.10.3
57
+ Pillow==9.1.0
58
+ protobuf==3.20.1
59
+ pyasn1==0.4.8
60
+ pyasn1-modules==0.2.8
61
+ pycparser==2.21
62
+ pycryptodome==3.14.1
63
+ pydantic==1.9.0
64
+ pydub==0.25.1
65
+ PyNaCl==1.5.0
66
+ pyparsing==3.0.8
67
+ python-dateutil==2.8.2
68
+ python-multipart==0.0.5
69
+ pytz==2022.1
70
+ requests==2.27.1
71
+ requests-oauthlib==1.3.1
72
+ rsa==4.8
73
+ six==1.16.0
74
+ sniffio==1.2.0
75
+ starlette==0.17.1
76
+ tensorboard==2.8.0
77
+ tensorboard-data-server==0.6.1
78
+ tensorboard-plugin-wit==1.8.1
79
+ tensorflow==2.8.0
80
+ tensorflow-io-gcs-filesystem==0.25.0
81
+ termcolor==1.1.0
82
+ tf-estimator-nightly==2.8.0.dev2021122109
83
+ typing_extensions==4.2.0
84
+ uc-micro-py==1.0.1
85
+ urllib3==1.26.9
86
+ uvicorn==0.17.6
87
+ Werkzeug==2.1.1
88
+ wrapt==1.14.0
89
+ yarl==1.7.2
90
+ zipp==3.8.0