S-Dreamer commited on
Commit
dc673ca
·
verified ·
1 Parent(s): b91477d

Create requirements.txt

Browse files
Files changed (1) hide show
  1. 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