Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
pyyaml>=6.0.3,<7
|
| 2 |
httpx>=0.27.1,<1.0
|
| 3 |
tldextract>=5.1.2,<6
|
|
@@ -6,5 +8,4 @@ python-whois>=0.9.6,<1
|
|
| 6 |
markdown-it-py>=4.0.0,<5
|
| 7 |
email-validator>=2.3.0,<3
|
| 8 |
cachetools>=7.0.6,<8
|
| 9 |
-
pydantic<=2.13.3,>=2.13.3
|
| 10 |
anthropic>=0.50.0,<1.0.0
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
pydantic
|
| 3 |
pyyaml>=6.0.3,<7
|
| 4 |
httpx>=0.27.1,<1.0
|
| 5 |
tldextract>=5.1.2,<6
|
|
|
|
| 8 |
markdown-it-py>=4.0.0,<5
|
| 9 |
email-validator>=2.3.0,<3
|
| 10 |
cachetools>=7.0.6,<8
|
|
|
|
| 11 |
anthropic>=0.50.0,<1.0.0
|