jofpin / trape

People tracker on the Internet: OSINT analysis and research tool by Jose Pino
https://x.com/jofpin
8.12k stars 1.3k forks source link

Create a requirements.txt with version specified. #291

Open puthusseri opened 3 years ago

puthusseri commented 3 years ago

As the file requirements.txt only contains the name of the libraries used, it will be hard to get the exact working environment in the future. So if possible try to export the environment so that it will contain the required modules with its version that can run the code smoothly.

sukhjit commented 3 years ago

This PR should solve the issue: https://github.com/jofpin/trape/pull/297