aio-libs / aiosmtpd

A reimplementation of the Python stdlib smtpd.py based on asyncio.
https://aiosmtpd.aio-libs.org
Apache License 2.0
312 stars 95 forks source link

Not found code using 'attrs' but it is required. #427

Closed xiacunshun closed 3 months ago

xiacunshun commented 3 months ago

I wonder that 'attrs==23.2.0' in requirements.txt, but I can not see any where imporrt it?

webknjaz commented 3 months ago

341 suggested replacing it with stdlib dataclasses. Perhaps that's happened already. I suggest asking over there so there's no duplicates.

webknjaz commented 3 months ago

Duplicate of #341

webknjaz commented 3 months ago

Ah, here's where it is: https://github.com/aio-libs/aiosmtpd/blob/d566a1b8f126b105bf8fe8027c7d267483db62e0/aiosmtpd/smtp.py#L36