Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
|
|
|
| 1 |
+
pyyaml>=6.0.2,<7
|
| 2 |
+
httpx>=0.27.1,<1.0
|
| 3 |
+
tldextract>=5.1.2,<6
|
| 4 |
+
dnspython>=2.6.1,<3
|
| 5 |
+
python-whois>=0.9.4,<1
|
| 6 |
+
markdown-it-py>=3.0.0,<4
|
| 7 |
+
email-validator>=2.1.1,<3
|
| 8 |
+
cachetools>=5.3.3,<7
|
| 9 |
+
pydantic>=2.11.10,<=2.12.5
|