sharsil / mailcat

Find existing email addresses by nickname using API/SMTP checking methods without user notification. Please, don't hesitate to improve cat's job! 🐱🔎 📬
Apache License 2.0
538 stars 75 forks source link

Update requirements #21

Closed R3dHash closed 1 year ago

R3dHash commented 2 years ago

add aiosmtplib to requirements allowed me to run the script without throwing that error: Traceback (most recent call last):

File "mailcat.py", line 10, in <module>
    import aiosmtplib
ModuleNotFoundError: No module named 'aiosmtplib'
soxoj commented 1 year ago

Fixed in 0001a65d165d4f2bfdceaebf51a5cc3073b2219e, thank you