mirror of
https://github.com/alpkeskin/mosint.git
synced 2026-04-26 11:35:51 +03:00
[PR #8] [CLOSED] Modify requirements.txt #169
Labels
No labels
bug
duplicate
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mosint#169
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/alpkeskin/mosint/pull/8
Author: @kisec
Created: 2/23/2021
Status: ❌ Closed
Base:
master← Head:master📝 Commits (4)
dbc0253Modify requirements.txtac0eea8Modify LeakedDB.py99e2cf8Merge branch 'master' into master5530d62Modify LeakedDB.py📊 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.