hashim1 commited on
Commit
8cbed0a
·
1 Parent(s): 00d483a

Add application file

Browse files
Files changed (1) hide show
  1. requirements.txt +35 -71
requirements.txt CHANGED
@@ -1,72 +1,36 @@
1
- aiohappyeyeballs==2.4.4
2
- aiohttp==3.11.11
3
- aiosignal==1.3.2
4
- attrs==25.1.0
5
- blinker==1.9.0
6
- Brotli==1.1.0
7
- certifi==2024.12.14
8
- charset-normalizer==3.4.1
9
- click==8.1.8
10
- colorama==0.4.6
11
- Flask==3.1.0
12
- Flask-Login==0.6.3
13
- Flask-SQLAlchemy==3.1.1
14
- frozenlist==1.5.0
15
- g4f==0.4.3.4
16
- greenlet==3.1.1
17
- idna==3.10
18
- imageio==2.37.0
19
- itsdangerous==2.2.0
20
- Jinja2==3.1.5
21
- Markdown==3.7
22
- MarkupSafe==3.0.2
23
- multidict==6.1.0
24
- nest-asyncio==1.6.0
25
- numpy==2.2.2
26
- opencv-python==4.11.0.86
27
- pillow==11.1.0
28
- propcache==0.2.1
29
- pycryptodome==3.21.0
30
- requests==2.32.3
31
- SQLAlchemy==2.0.37
32
- typing_extensions==4.12.2
33
- urllib3==2.3.0
34
- Werkzeug==3.1.3
35
- yarl==1.18.3
36
- aiohappyeyeballs==2.4.4
37
- aiohttp==3.11.11
38
- aiosignal==1.3.2
39
- attrs==25.1.0
40
- blinker==1.9.0
41
- Brotli==1.1.0
42
- certifi==2024.12.14
43
- charset-normalizer==3.4.1
44
- click==8.1.8
45
- colorama==0.4.6
46
- Flask==3.1.0
47
- Flask-Login==0.6.3
48
- Flask-SQLAlchemy==3.1.1
49
- frozenlist==1.5.0
50
- greenlet==3.1.1
51
- idna==3.10
52
- imageio==2.37.0
53
- itsdangerous==2.2.0
54
- Jinja2==3.1.5
55
- Markdown==3.7
56
- MarkupSafe==3.0.2
57
- multidict==6.1.0
58
- nest-asyncio==1.6.0
59
- numpy==2.2.2
60
- opencv-python==4.11.0.86
61
- pillow==11.1.0
62
- propcache==0.2.1
63
- pycryptodome==3.21.0
64
- requests==2.32.3
65
- SQLAlchemy==2.0.37
66
- typing_extensions==4.12.2
67
- urllib3==2.3.0
68
- Werkzeug==3.1.3
69
- yarl==1.18.3
70
- requests==2.32.3
71
  uvicorn[standard]
72
-
 
1
+ aiohappyeyeballs
2
+ aiohttp
3
+ aiosignal
4
+ attrs
5
+ blinker
6
+ Brotli
7
+ certifi
8
+ charset-normalizer
9
+ click
10
+ colorama
11
+ Flask
12
+ Flask-Login
13
+ Flask-SQLAlchemy
14
+ frozenlist
15
+ g4f
16
+ greenlet
17
+ idna
18
+ imageio
19
+ itsdangerous
20
+ Jinja2
21
+ Markdown
22
+ MarkupSafe
23
+ multidict
24
+ nest-asyncio
25
+ numpy
26
+ opencv-python
27
+ pillow
28
+ propcache
29
+ pycryptodome
30
+ requests
31
+ SQLAlchemy
32
+ typing_extensions
33
+ urllib3
34
+ Werkzeug
35
+ yarl
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  uvicorn[standard]