leuschnm commited on
Commit
deacf33
·
1 Parent(s): 1bc4d30
Files changed (1) hide show
  1. requirements.txt +99 -0
requirements.txt ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==22.1.0
2
+ aiohttp==3.8.3
3
+ aiosignal==1.3.1
4
+ altair==4.2.0
5
+ anyio==3.6.2
6
+ asgiref==3.6.0
7
+ async-timeout==4.0.2
8
+ asynctest==0.13.0
9
+ attrs==22.2.0
10
+ backcall==0.2.0
11
+ cached-property==1.5.2
12
+ certifi==2022.6.15
13
+ cffi==1.15.0
14
+ charset-normalizer==2.1.1
15
+ click==8.1.3
16
+ cycler==0.11.0
17
+ debugpy==1.5.1
18
+ decorator==5.1.1
19
+ Django==3.2.16
20
+ entrypoints==0.4
21
+ fastapi==0.89.1
22
+ ffmpy==0.3.0
23
+ frozenlist==1.3.3
24
+ fsspec==2023.1.0
25
+ gradio==3.16.2
26
+ h11==0.14.0
27
+ h5py==3.1.0
28
+ httpcore==0.16.3
29
+ httpx==0.23.3
30
+ idna==3.4
31
+ image==1.5.33
32
+ importlib-metadata==6.0.0
33
+ importlib-resources==5.10.2
34
+ ipykernel==6.9.1
35
+ ipython==7.31.1
36
+ jedi==0.18.1
37
+ Jinja2==3.1.2
38
+ jsonschema==4.17.3
39
+ jupyter-client==7.2.2
40
+ jupyter-core==4.10.0
41
+ kiwisolver==1.4.4
42
+ linkify-it-py==1.0.3
43
+ markdown-it-py==2.1.0
44
+ MarkupSafe==2.1.2
45
+ matplotlib==3.3.3
46
+ matplotlib-inline==0.1.2
47
+ mdit-py-plugins==0.3.3
48
+ mdurl==0.1.2
49
+ mkl-fft==1.3.0
50
+ mkl-random==1.1.0
51
+ mkl-service==2.3.0
52
+ multidict==6.0.4
53
+ nest-asyncio==1.5.5
54
+ numpy==1.19.0
55
+ opencv-python==4.4.0.46
56
+ orjson==3.8.5
57
+ pandas==1.1.5
58
+ parso==0.8.3
59
+ pexpect==4.8.0
60
+ pickleshare==0.7.5
61
+ Pillow==9.3.0
62
+ pip==22.3.1
63
+ pkgutil_resolve_name==1.3.10
64
+ prompt-toolkit==3.0.20
65
+ ptyprocess==0.7.0
66
+ pycparser==2.21
67
+ pycryptodome==3.16.0
68
+ pydantic==1.10.4
69
+ pydub==0.25.1
70
+ Pygments==2.11.2
71
+ pyparsing==3.0.9
72
+ pyrsistent==0.19.3
73
+ python-dateutil==2.8.2
74
+ python-multipart==0.0.5
75
+ pytz==2022.7.1
76
+ PyYAML==6.0
77
+ pyzmq==23.2.0
78
+ requests==2.28.2
79
+ rfc3986==1.5.0
80
+ scipy==1.5.4
81
+ setuptools==65.6.3
82
+ six==1.16.0
83
+ sniffio==1.3.0
84
+ sqlparse==0.4.3
85
+ starlette==0.22.0
86
+ toolz==0.12.0
87
+ torch==1.5.0
88
+ torchvision==0.6.0a0+82fd1c8
89
+ tornado==6.1
90
+ traitlets==5.1.1
91
+ typing_extensions==4.4.0
92
+ uc-micro-py==1.0.1
93
+ urllib3==1.26.14
94
+ uvicorn==0.20.0
95
+ wcwidth==0.2.5
96
+ websockets==10.4
97
+ wheel==0.37.1
98
+ yarl==1.8.2
99
+ zipp==3.11.0