ginipick commited on
Commit
6d7cb2d
ยท
verified ยท
1 Parent(s): 147c497

deps: pin huggingface_hub>=0.24.0 for trending_score sort support

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -18
requirements.txt CHANGED
@@ -2,6 +2,9 @@
2
  # HTTP ์š”์ฒญ ๋ฐ API ํ†ต์‹ 
3
  requests>=2.31.0
4
 
 
 
 
5
  # HTML ํŒŒ์‹ฑ ๋ฐ ์›น ํฌ๋กค๋ง
6
  beautifulsoup4>=4.12.0
7
  lxml>=4.9.0
@@ -21,21 +24,3 @@ tqdm>=4.65.0
21
 
22
  # JSON ์Šคํ‚ค๋งˆ ๊ฒ€์ฆ
23
  jsonschema>=4.17.0
24
-
25
- # ============================================
26
- # ๊ฐœ๋ฐœ ๋„๊ตฌ (๊ฐœ๋ฐœ ํ™˜๊ฒฝ์šฉ)
27
- # ============================================
28
-
29
- # ์ฝ”๋“œ ํฌ๋งคํŒ…
30
- black>=23.0.0
31
-
32
- # ์ฝ”๋“œ ๋ฆฐํŒ…
33
- flake8>=6.0.0
34
- pylint>=2.17.0
35
-
36
- # ํƒ€์ž… ์ฒดํ‚น
37
- mypy>=1.0.0
38
-
39
- # ํ…Œ์ŠคํŠธ
40
- pytest>=7.3.0
41
- pytest-cov>=4.1.0
 
2
  # HTTP ์š”์ฒญ ๋ฐ API ํ†ต์‹ 
3
  requests>=2.31.0
4
 
5
+ # HuggingFace API (trending_score sort param ์ง€์› 0.24+)
6
+ huggingface_hub>=0.24.0
7
+
8
  # HTML ํŒŒ์‹ฑ ๋ฐ ์›น ํฌ๋กค๋ง
9
  beautifulsoup4>=4.12.0
10
  lxml>=4.9.0
 
24
 
25
  # JSON ์Šคํ‚ค๋งˆ ๊ฒ€์ฆ
26
  jsonschema>=4.17.0