diff --git a/main.py b/main.py index 1950200..5486f05 100644 --- a/main.py +++ b/main.py @@ -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 diff --git a/poetry.lock b/poetry.lock index a88dd65..2d6ad23 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index a90d85e..cb063a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]