-
-
Notifications
You must be signed in to change notification settings - Fork 541
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #350 from DedSecInside/dev
Fixes TorBot Dependencies
- Loading branch information
Showing
24 changed files
with
91 additions
and
855 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,54 @@ | ||
[tool.poetry] | ||
name = "torbot" | ||
version = "4.0.0" | ||
description = "OSINT for the dark web" | ||
authors = ["Akeem King <[email protected]>", "PS Narayanan <[email protected]>"] | ||
license = "GNU GPL" | ||
include = [".env"] | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.9,<=3.11.4" | ||
altgraph = "0.17.2" | ||
beautifulsoup4 = "4.11.1" | ||
certifi = "2023.7.22" | ||
charset-normalizer = "2.0.12" | ||
decorator = "5.1.1" | ||
idna = "3.3" | ||
igraph = "0.10.6" | ||
joblib = "1.2.0" | ||
macholib = "1.16" | ||
progress = "1.6" | ||
pyinstaller = "5.13.1" | ||
pyinstaller-hooks-contrib = "2022.7" | ||
PySocks = "1.7.1" | ||
python-dotenv = "0.20.0" | ||
scikit-learn = "1.3.0" | ||
scipy = "1.10.0" | ||
six = "1.16.0" | ||
sklearn = "0.0" | ||
soupsieve = "2.3.2.post1" | ||
termcolor = "1.1.0" | ||
texttable = "1.6.4" | ||
threadpoolctl = "3.1.0" | ||
urllib3 = "1.26.18" | ||
validators = "0.20.0" | ||
treelib = "^1.6.1" | ||
numpy = "1.24.4" | ||
unipath = "^1.1" | ||
httpx = {extras = ["socks"], version = "^0.25.0"} | ||
tabulate = "^0.9.0" | ||
phonenumbers = "^8.13.22" | ||
pytest = "^7.4.2" | ||
yattag = "^1.15.1" | ||
toml = "^0.10.2" | ||
|
||
[tool.poetry.dev-dependencies] | ||
|
||
[build-system] | ||
requires = ["poetry-core>=1.0.0"] | ||
build-backend = "poetry.core.masonry.api" | ||
requires = ["hatchling"] | ||
build-backend = "hatchling.build" | ||
|
||
[project] | ||
name = "torbot" | ||
version = "4.1.0" | ||
authors = [ | ||
{ name="Akeem King", email="[email protected]" }, | ||
{ name="PS Narayanan", email="[email protected]" }, | ||
] | ||
description = "TorBot is an OSINT tool for the dark web." | ||
readme = "README.md" | ||
requires-python = ">=3.7" | ||
classifiers = [ | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", | ||
"Operating System :: OS Independent", | ||
] | ||
dependencies = [ | ||
"altgraph==0.17.2", | ||
"beautifulsoup4==4.11.1", | ||
"certifi==2024.7.4", | ||
"charset-normalizer==2.0.12", | ||
"decorator==5.1.1", | ||
"idna==3.7", | ||
"igraph==0.10.6", | ||
"joblib==1.2.0", | ||
"macholib==1.16", | ||
"progress==1.6", | ||
"pyinstaller==5.13.1", | ||
"pyinstaller-hooks-contrib==2022.7", | ||
"PySocks==1.7.1", | ||
"python-dotenv==0.20.0", | ||
"scikit-learn==1.3.0", | ||
"scipy==1.10.0", | ||
"six==1.16.0", | ||
"sklearn==0.0", | ||
"soupsieve==2.3.2.post1", | ||
"termcolor==1.1.0", | ||
"texttable==1.6.4", | ||
"threadpoolctl==3.1.0", | ||
"urllib3==1.26.19", | ||
"validators==0.20.0", | ||
"treelib==1.6.1", | ||
"numpy==1.24.4", | ||
"unipath==1.1", | ||
"httpx[socks]==0.25.0", | ||
"tabulate==0.9.0", | ||
"phonenumbers==8.13.22", | ||
"pytest==7.4.2", | ||
"yattag==1.15.1", | ||
"toml==0.10.2", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters