You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(translator): move into src layout and use uv properly (#213)
Now translator is actually a proper python package. We could publish it
in pypy if we were so inclined, but for now, at least it's using uv
workspaces and actually is setup to not be so intermingled with
scram-django. I also updated scheduler to now use the root lockfile so
that we can use one lockfile to rule them all. We also have a pre-commit
step to check for an out of date lockfile to make sure we don't change
pyproject but forget to update the lock. Having the lock file committed
allows us to have our builds actually be reproducible, which is nice.
Also updates django-simple-history as `pkg_resources` seems to have been
broken and 3.4+ removes that dependency (and is still compatible with
django 4.2)
0 commit comments