DedSecInside / TorBot

Dark Web OSINT Tool
Other
2.85k stars 525 forks source link

Poetry Implementation #206

Closed neolight1010 closed 3 years ago

neolight1010 commented 3 years ago

closes #198

Changes Proposed

Also, a small change to install.sh should fix relative import errors when using that method of installation.

Other minor changes:

Explanation of Changes

Currently, TorBot uses a simple pip freeze and requirements.txt method for managing its dependencies. This has led to some issues, like #177. With the use of a proper dependency management tool, this can be avoided.

Also, issue #198 is resolved by a adding a --paths flag to the pyinstaller command in install.sh. This also fixes the same error when trying to run the Docker image of the app.

Screenshots of new feature/change

imagen

neolight1010 commented 3 years ago

There are some fields in both of the pyproject.toml files that I don't know whether they are right or not. These are: version, authors, and license.