mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-09 18:08:00 +00:00
9fe6d8ad96
* ignore test*.py files * format requirements.txt to be more readable * only show note on home page if it is set * allow flake8 to check for more than just unused imports * remove a bunch of unused methods in `compat.RelayDatabase` * turn `Config` into a dataclass * replace database config methods with `RelayData` dataclass * rename `loads` to `cls` in `HttpClient.get`
5 lines
69 B
Plaintext
5 lines
69 B
Plaintext
flake8 == 7.0.0
|
|
mypy == 1.9.0
|
|
pyinstaller == 6.3.0
|
|
watchdog == 4.0.0
|