mirror of
https://github.com/casualsnek/onthespot.git
synced 2026-04-26 20:45:56 +03:00
[PR #79] Update install instructions #169
Labels
No labels
Feedback requested
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/onthespot#169
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/casualsnek/onthespot/pull/79
State: closed
Merged: Yes
The setup.cfg requirements were out of date with the requirements.txt.
This meant that if you built a binary using the setup.cfg, it would have
an outdated version of librespot and be unable to login. Given that
setuptools and pip can both use properly formatted PEP-508 syntax and
onthespot is not using any pip-specific syntax, this can be unified into
the requirements.txt file for ease.