sbp commented on issue #287: URL: https://github.com/apache/tooling-trusted-releases/issues/287#issuecomment-3632828809
We created a new `atr/form.py` module, and then removed `atr/forms.py` in 20c5be1bfe4da202b11f02b3007e4e1253263b9a. We no longer depend on WTForms directly, but we do depend on it through Quart WTF, which we still use for CSRF protection. We should consider using [quart-csrf](https://pypi.org/project/quart-csrf/) instead so that we can remove Quart WTF, and thereby WTForms, from our dependencies. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
