Yakova commited on
Commit
c6db99f
·
verified ·
1 Parent(s): 52028c4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +25 -27
requirements.txt CHANGED
@@ -1,28 +1,26 @@
1
  aiograpi
2
- aiohappyeyeballs==2.4.4
3
- aiohttp==3.11.11
4
- aiosignal==1.3.2
5
- annotated-types==0.7.0
6
- click==8.1.8
7
- decorator==4.4.2
8
- fastapi==0.115.7
9
- frozenlist==1.5.0
10
- greenlet==3.1.1
11
- imageio==2.37.0
12
- imageio-ffmpeg==0.6.0
13
- moviepy==1.0.3
14
- multidict==6.1.0
15
- numpy==2.2.2
16
- orjson==3.10.12
17
- pillow==11.1.0
18
- proglog==0.1.10
19
- propcache==0.2.1
20
- pycryptodomex==3.21.0
21
- pydantic==2.9.2
22
- pydantic_core==2.23.4
23
- SQLAlchemy==2.0.37
24
- starlette==0.45.3
25
- tqdm==4.67.1
26
- uvicorn==0.34.0
27
- yarl==1.18.3
28
- zstandard==0.23.0
 
1
  aiograpi
2
+ aiohttp
3
+ aiosignal
4
+ annotated-types
5
+ click
6
+ decorator
7
+ fastapi
8
+ frozenlist
9
+ greenlet
10
+ imageio
11
+ imageio-ffmpeg
12
+ multidict
13
+ numpy
14
+ orjson
15
+ pillow
16
+ proglog
17
+ propcache
18
+ pycryptodomex
19
+ pydantic
20
+ pydantic_core
21
+ SQLAlchemy
22
+ starlette
23
+ tqdm
24
+ uvicorn
25
+ yarl
26
+ zstandard