Canstralian commited on
Commit
16311fe
·
verified ·
1 Parent(s): 805c0fb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +28 -10
requirements.txt CHANGED
@@ -1,10 +1,28 @@
1
- huggingface_hub==0.22.2
2
- plotly==5.17.0
3
- networkx==3.1
4
- matplotlib==3.8.0
5
- numpy==1.25.2
6
- pandas==2.1.1
7
- scapy==2.5.0
8
- requests==2.31.0
9
- python-nmap==0.7.1
10
- git+https://github.com/aboul3la/Sublist3r.git
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio>=5.9.1
2
+ huggingface_hub>=0.25.1
3
+ aiofiles>=22.0,<24.0
4
+ anyio>=3.0,<5.0
5
+ fastapi>=0.115.2,<1.0
6
+ ffmpy
7
+ gradio_client==1.5.2
8
+ httpx>=0.24.1
9
+ Jinja2<4.0
10
+ markupsafe~=2.0
11
+ numpy>=1.0,<3.0
12
+ orjson~=3.0
13
+ packaging
14
+ pandas>=1.0,<3.0
15
+ pillow>=8.0,<12.0
16
+ pydantic>=2.0
17
+ python-multipart>=0.0.18
18
+ pydub
19
+ pyyaml>=5.0,<7.0
20
+ ruff>=0.2.2; sys.platform != 'emscripten'
21
+ safehttpx>=0.1.6,<0.2.0
22
+ semantic_version~=2.0
23
+ starlette>=0.40.0,<1.0; sys.platform != 'emscripten'
24
+ tomlkit>=0.12.0,<0.14.0
25
+ typer>=0.12,<1.0; sys.platform != 'emscripten'
26
+ typing_extensions~=4.0
27
+ urllib3~=2.0; sys.platform == 'emscripten'
28
+ uvicorn>=0.14.0; sys.platform != 'emscripten'