Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pydantic==2.7.1
|
| 2 |
+
pyyaml==6.0.2
|
| 3 |
+
httpx==0.27.0
|
| 4 |
+
tldextract==5.1.2
|
| 5 |
+
dnspython==2.6.1
|
| 6 |
+
python-whois==0.9.4
|
| 7 |
+
|
| 8 |
+
# reporting / parsing
|
| 9 |
+
markdown-it-py==3.0.0
|
| 10 |
+
|
| 11 |
+
# security / validation
|
| 12 |
+
email-validator==2.1.1
|
| 13 |
+
|
| 14 |
+
# optional caching
|
| 15 |
+
cachetools==5.3.3
|