fix: removed redundant guerillamail

This commit is contained in:
Yandrik 2024-03-16 13:41:20 +01:00
parent 13c4e358b9
commit 66ca326140
3 changed files with 2 additions and 18 deletions

View File

@ -9,7 +9,6 @@ from email.parser import Parser
from selenium.webdriver.firefox.service import Service as FirefoxService
from faker import Faker
from guerrillamail import GuerrillaMailSession
from selenium import webdriver
from selenium.webdriver import ActionChains
from selenium.webdriver.common.by import By

18
poetry.lock generated
View File

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand.
[[package]]
name = "argparse"
@ -404,20 +404,6 @@ files = [
[package.extras]
cli = ["click (>=5.0)"]
[[package]]
name = "python-guerrillamail"
version = "0.2.0"
description = "Client for the Guerrillamail temporary email server"
optional = false
python-versions = "*"
files = [
{file = "python-guerrillamail-0.2.0.tar.gz", hash = "sha256:f04c48c58ddc55f81c2fe63c43e5f8d806ea77695fc621fe8bdbc11413bf9e31"},
{file = "python_guerrillamail-0.2.0-py2.py3-none-any.whl", hash = "sha256:993934d09cdba4c0f8a70b00eedf3563acabdec3e24bb82335121a0e022afff5"},
]
[package.dependencies]
requests = "*"
[[package]]
name = "pytz"
version = "2024.1"
@ -692,4 +678,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "43d56979dd2188dbd4219ac3b0a9f71c82928788ca9e0beca63c896718de1bff"
content-hash = "75b9d0f1c0242ab3d6a18917b3002b5380740b27de39cc707245899d2e297b55"

View File

@ -12,7 +12,6 @@ smspool = "^0.0.4"
webdriver-manager = "^4.0.1"
faker = "^24.2.0"
datetime = "^5.4"
python-guerrillamail = "^0.2.0"
argparse = "^1.4.0"
[tool.poetry.group.dev.dependencies]