[PR #8] [CLOSED] Modify requirements.txt #237

Closed
opened 2026-03-13 23:15:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/alpkeskin/mosint/pull/8
Author: @kisec
Created: 2/23/2021
Status: Closed

Base: masterHead: master


📝 Commits (4)

📊 Changes

2 files changed (+30 additions, -1 deletions)

View changed files

📝 modules/LeakedDB.py (+1 -1)
📝 requirements.txt (+29 -0)

📄 Description

When Using the default requirements.txt file, an error occurs.
ERROR: googlesearch-python 2020.0.2 has requirement beautifulsoup4==4.9.1, but you'll have beautifulsoup4 4.9.3 which is incompatible.
ERROR: googlesearch-python 2020.0.2 has requirement certifi==2020.6.20, but you'll have certifi 2019.11.28 which is incompatible.
ERROR: googlesearch-python 2020.0.2 has requirement idna==2.10, but you'll have idna 2.8 which is incompatible.
ERROR: googlesearch-python 2020.0.2 has requirement soupsieve==2.0.1, but you'll have soupsieve 2.2 which is incompatible.
ERROR: googlesearch-python 2020.0.2 has requirement urllib3==1.25.9, but you'll have urllib3 1.25.8 which is incompatible.

Need to add the following contents in requirements.txt.


Testing Environment

  • Ubuntu 20.04.1 LTS
  • Python 3.8.5
  • pip 20.0.2

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/alpkeskin/mosint/pull/8 **Author:** [@kisec](https://github.com/kisec) **Created:** 2/23/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`dbc0253`](https://github.com/alpkeskin/mosint/commit/dbc02536210965fd600d5144b89c4e285972bfec) Modify requirements.txt - [`ac0eea8`](https://github.com/alpkeskin/mosint/commit/ac0eea8718ceb0fc2d7572f12640222edd1da422) Modify LeakedDB.py - [`99e2cf8`](https://github.com/alpkeskin/mosint/commit/99e2cf8103729f0d04c928fbd04ba1e5aa78be92) Merge branch 'master' into master - [`5530d62`](https://github.com/alpkeskin/mosint/commit/5530d62fab23214a5b5a75ef3837af33f236cc05) Modify LeakedDB.py ### 📊 Changes **2 files changed** (+30 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `modules/LeakedDB.py` (+1 -1) 📝 `requirements.txt` (+29 -0) </details> ### 📄 Description When Using the default requirements.txt file, an error occurs. `ERROR: googlesearch-python 2020.0.2 has requirement beautifulsoup4==4.9.1, but you'll have beautifulsoup4 4.9.3 which is incompatible.` `ERROR: googlesearch-python 2020.0.2 has requirement certifi==2020.6.20, but you'll have certifi 2019.11.28 which is incompatible.` `ERROR: googlesearch-python 2020.0.2 has requirement idna==2.10, but you'll have idna 2.8 which is incompatible.` `ERROR: googlesearch-python 2020.0.2 has requirement soupsieve==2.0.1, but you'll have soupsieve 2.2 which is incompatible.` `ERROR: googlesearch-python 2020.0.2 has requirement urllib3==1.25.9, but you'll have urllib3 1.25.8 which is incompatible.` Need to add the following contents in requirements.txt. ----------------------------------- Testing Environment - Ubuntu 20.04.1 LTS - Python 3.8.5 - pip 20.0.2 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 23:15:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mosint#237
No description provided.