Guibod / mightstone

A python library to handle all sort of Magic The Gathering related stuffs
MIT License
0 stars 0 forks source link

feat: cut support for mongita in favor of pymongo_inmemory #55

Closed Guibod closed 6 months ago

Guibod commented 6 months ago

This MR provide a new solution for local storage that does not rely on custom (forked) version of Mongita and Beanita. This will fix the release process of the application on PYPI, which was a big blocker for the project.

Resolves #34