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
Convert to Python project, replace pipenv with uv (#205)
* Refactor bot.py to have a `main()` function
* Create pip-installable setuptools package
* Switch from PEP 735 Dependency Groups to PEP 508 Extra Dependencies
Pip does not yet support this (PR merged, not released, general availability might take years)
* Move from explicit package declaration to src-layout
* Revert "Switch from PEP 735 Dependency Groups to PEP 508 Extra Dependencies"
This reverts commit 979ac19.
* Add uv files
* Replace pipenv with uv
* Raise Python version from 3.11.4 to 3.11.12
* Remove outdated configuration
* Delete pipenv files
* Fix isort configuration
Ensure 'src/*' is classified as 'first-party' code
* Update README
* Add license information to pyproject.toml
* Add trailing newline
* Add 'uv lock --upgrade' to README
* Adapt dependabot config to use uv
Copy file name to clipboardExpand all lines: README.md
+56-55Lines changed: 56 additions & 55 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,92 +26,93 @@ There are safeguard methods in place to prevent users from registering multiple
26
26
Is a service to push the programme notification to Discord. Pretalx API is used to fetch the programme information, and `config.toml` holds information about livestream URLs.
27
27
28
28
### Organizers extension
29
+
29
30
A set of commands that are available only for organizers that are allowing to get statistics about the Discord server.
0 commit comments