thuralinhtut commited on
Commit
29fb1a6
1 Parent(s): ca9772c
Files changed (1) hide show
  1. requirements.txt +59 -3
requirements.txt CHANGED
@@ -1,8 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
1
  Django==4.2.1
 
2
  djangorestframework==3.14.0
3
- opencv_python==4.7.0.72
4
- opencv_python_headless==4.7.0.72
5
- Pillow==9.5.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  Pillow==9.5.0
 
 
 
 
 
 
 
7
  python-telegram-bot==20.3
 
 
8
  rembg==2.0.36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.4
2
+ aiosignal==1.3.1
3
+ anyio==3.6.2
4
+ asgiref==3.6.0
5
+ async-timeout==4.0.2
6
+ asyncer==0.0.2
7
+ attrs==23.1.0
8
+ certifi==2023.5.7
9
+ charset-normalizer==3.1.0
10
+ click==8.1.3
11
+ coloredlogs==15.0.1
12
  Django==4.2.1
13
+ django-cors-headers==3.14.0
14
  djangorestframework==3.14.0
15
+ docopt==0.6.2
16
+ fastapi==0.95.1
17
+ filetype==1.2.0
18
+ flatbuffers==23.5.8
19
+ frozenlist==1.3.3
20
+ h11==0.14.0
21
+ httpcore==0.17.0
22
+ httpx==0.24.0
23
+ humanfriendly==10.0
24
+ idna==3.4
25
+ ImageHash==4.3.1
26
+ imageio==2.28.1
27
+ lazy_loader==0.2
28
+ llvmlite==0.40.0
29
+ mpmath==1.3.0
30
+ multidict==6.0.4
31
+ networkx==3.1
32
+ numba==0.57.0
33
+ numpy==1.24.3
34
+ onnxruntime==1.14.1
35
+ opencv-python==4.7.0.72
36
+ opencv-python-headless==4.7.0.72
37
+ packaging==23.1
38
  Pillow==9.5.0
39
+ pipreqs==0.4.13
40
+ platformdirs==3.5.0
41
+ pooch==1.7.0
42
+ protobuf==4.23.0
43
+ pydantic==1.10.7
44
+ PyMatting==1.1.8
45
+ python-multipart==0.0.6
46
  python-telegram-bot==20.3
47
+ pytz==2023.3
48
+ PyWavelets==1.4.1
49
  rembg==2.0.36
50
+ requests==2.30.0
51
+ scikit-image==0.20.0
52
+ scipy==1.10.1
53
+ sniffio==1.3.0
54
+ sqlparse==0.4.4
55
+ starlette==0.26.1
56
+ sympy==1.12
57
+ tifffile==2023.4.12
58
+ tqdm==4.65.0
59
+ typing_extensions==4.5.0
60
+ urllib3==2.0.2
61
+ uvicorn==0.22.0
62
+ watchdog==3.0.0
63
+ yarg==0.1.9
64
+ yarl==1.9.2