Ming icon indicating copy to clipboard operation
Ming copied to clipboard

Remove formencode dependency

Open amol- opened this issue 5 years ago • 1 comments

Formencode no longer supports Python3.9 and seems to have been unmaintained for a few years. We should remove the need for it from Ming.

amol- avatar Jun 08 '20 21:06 amol-

Looks like it has been maintained again in recent years. Latest release supports 3.10 http://www.formencode.org/en/latest/whatsnew-2.0.html

There's even a commit adding 3.11 supports. AFAICT it hasn't been released yet, but also is just build changes, no code changes. https://github.com/formencode/formencode/commit/25749f8ebb5d0aebf484f901dcdefa6017a5bf7c

In Ming, formencode is already an optional dependency, but still could be replaced potentially.

brondsem avatar Jul 15 '22 16:07 brondsem