Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update: Replace deps without python wheels to allow installing in pyodide #345

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Aug 3, 2024

  1. Replace dependency ujson with orjson

    The method orjson.dumps(obj) returns bytes so no need to call encode()
    Gizemdem committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    e21a97b View commit details
    Browse the repository at this point in the history
  2. Replace dependency stringcase with casefy

    stringcase has not been updated since 2017 and does not have a python wheel. A dependecy maintained and with a similar enough api is casefy
    Gizemdem committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    df07c75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa7d549 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    2b074c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6141c0c View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. downgrade min version orjson

    Gizemdem committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c29f52c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0616b9a View commit details
    Browse the repository at this point in the history