fikird commited on
Commit
1c4e216
·
1 Parent(s): e6327ee

fix: optimize dependencies

Browse files

- Removed heavy ML dependencies
- Removed image processing packages
- Focused on core OSINT functionality
- Simplified installation process

Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -26,4 +26,5 @@ markdown>=3.4.3
26
  python-dateutil>=2.8.2
27
  tqdm>=4.65.0
28
  validators>=0.20.0
29
- urllib3>=2.0.4
 
 
26
  python-dateutil>=2.8.2
27
  tqdm>=4.65.0
28
  validators>=0.20.0
29
+ urllib3>=2.0.4
30
+ certifi>=2023.7.22