ShahriyarR / one-time-secret-share

One time secret sharing service on top of ReadOnce objects
MIT License
21 stars 5 forks source link

Add Flask as dependency in pyproject.toml #48

Open ShahriyarR opened 10 months ago

vahidoqtayoglu commented 9 months ago

This PR introduces Flask as a new dependency in pyproject.toml. The addition of Flask is aimed at facilitating a framework-agnostic project structure. With Flask integrated into the project, the codebase becomes more modular and adaptable, allowing developers to work on the project seamlessly regardless of the underlying framework.

This change is part of an effort to make the project more versatile and accessible to developers with different framework preferences. Flask's simplicity and flexibility contribute to creating a maintainable and scalable codebase.