celery22 commited on
Commit
f77bc2b
1 Parent(s): a50af6a

upload file

Browse files
Files changed (1) hide show
  1. requirements.txt +74 -0
requirements.txt ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ attrs==22.2.0
9
+ backports.zoneinfo==0.2.1
10
+ certifi==2022.12.7
11
+ charset-normalizer==2.1.1
12
+ click==8.1.3
13
+ contourpy==1.0.7
14
+ cycler==0.11.0
15
+ dj-database-url==1.2.0
16
+ Django==4.1.4
17
+ django-environ==0.9.0
18
+ entrypoints==0.4
19
+ fastapi==0.89.1
20
+ ffmpy==0.3.0
21
+ fonttools==4.38.0
22
+ frozenlist==1.3.3
23
+ fsspec==2022.11.0
24
+ gradio==3.16.2
25
+ h11==0.14.0
26
+ httpcore==0.16.3
27
+ httpx==0.23.3
28
+ idna==3.4
29
+ importlib-resources==5.10.2
30
+ Jinja2==3.1.2
31
+ jsonschema==4.17.3
32
+ kiwisolver==1.4.4
33
+ linkify-it-py==1.0.3
34
+ markdown-it-py==2.1.0
35
+ MarkupSafe==2.1.1
36
+ matplotlib==3.6.3
37
+ mdit-py-plugins==0.3.3
38
+ mdurl==0.1.2
39
+ multidict==6.0.4
40
+ numpy==1.24.0
41
+ opencv-python==4.6.0.66
42
+ orjson==3.8.5
43
+ packaging==23.0
44
+ pandas==1.5.2
45
+ Pillow==9.3.0
46
+ pkgutil_resolve_name==1.3.10
47
+ psycopg2==2.9.5
48
+ pycryptodome==3.16.0
49
+ pydantic==1.10.4
50
+ pydub==0.25.1
51
+ pyparsing==3.0.9
52
+ pyrsistent==0.19.3
53
+ python-dateutil==2.8.2
54
+ python-decouple==3.7
55
+ python-multipart==0.0.5
56
+ pytz==2022.7.1
57
+ PyYAML==6.0
58
+ requests==2.28.1
59
+ rfc3986==1.5.0
60
+ six==1.16.0
61
+ sniffio==1.3.0
62
+ sqlparse==0.4.3
63
+ starlette==0.22.0
64
+ toolz==0.12.0
65
+ torch==1.13.1
66
+ torchvision==0.14.1
67
+ typing_extensions==4.4.0
68
+ uc-micro-py==1.0.1
69
+ urllib3==1.26.13
70
+ uvicorn==0.20.0
71
+ websockets==10.4
72
+ whitenoise==6.3.0
73
+ yarl==1.8.2
74
+ zipp==3.11.0