We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be9d720 + 606badc commit 8c3b364Copy full SHA for 8c3b364
pyproject.toml
@@ -33,7 +33,7 @@ classifiers = [
33
dependencies = [
34
"httpx>=0.24.0,<1.0.0", # HTTP 클라이언트
35
"python-dotenv>=1.0.0,<2.0.0", # .env 파일 로드
36
- "rich>=13.0.0,<14.0.0", # 터미널 UI
+ "rich>=13.0.0,<15.0.0", # 터미널 UI
37
"beautifulsoup4>=4.12.0,<5.0.0", # Web scraping
38
"requests>=2.31.0,<3.0.0", # HTTP requests
39
"numpy>=1.24.0,<3.0.0", # Numerical operations
0 commit comments