decidim / decidim-bulletin-board

GNU Affero General Public License v3.0
5 stars 6 forks source link

Fix python wrapper after upgrading electionguard to 1.2.3 #306

Closed microstudi closed 11 months ago

microstudi commented 12 months ago

After updating to ElectionGuard 1.2.3 the libray electionguard.types has been renamed in the python package. This PR adapts this to the pyodide wrapper.

This PR also organizes a bit better the different Dockerfiles (I guess there are 3 because of heroku, but only Dockerfile is needed in order to work).