Skip to content

remove dateutil dependency from totals.py - #768

Merged
lauft merged 1 commit into
GothenburgBitFactory:developfrom
draeath:develop
Jul 23, 2026
Merged

remove dateutil dependency from totals.py#768
lauft merged 1 commit into
GothenburgBitFactory:developfrom
draeath:develop

Conversation

@draeath

@draeath draeath commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Use datetime from the standard library, instead of the third-party module 'dateutil'

This allows totals.py to run on a standard python3 installation. Confirmed working with Python 3.13.

Fixes #764

(hopefully DCO is finally happy... ugh)

Use datetime from the standard library, instead of the third-party module 'dateutil'

This allows totals.py to run on a standard python3 installation. Confirmed working with Python 3.13.

Signed-off-by: Paul Bransford <draeath@draeath.net>
@draeath

draeath commented Jul 20, 2026

Copy link
Copy Markdown
Contributor Author

lol, finally get DCO happy and the test container falls over because a package repository is mid-refresh

@lauft lauft added this to the Next Release milestone Jul 23, 2026

@lauft lauft left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice cleanup. Thanks. ❤️

@lauft
lauft merged commit 7ac40fc into GothenburgBitFactory:develop Jul 23, 2026
32 of 33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ext/totals.py depends on third-party module

2 participants