This website requires JavaScript.
Explore
Help
Sign In
pch_xyz
/
relay
Watch
1
Star
0
Fork
You've already forked relay
0
mirror of
https://git.pleroma.social/pleroma/relay.git
synced
2024-11-10 02:17:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
587b9483d7
relay
/
dev-requirements.txt
5 lines
69 B
Plaintext
Raw
Normal View
History
Unescape
Escape
move dev requirements to dev-requirements.txt and only use flake8 for checking unused imports
2024-01-24 02:51:17 +00:00
flake8 == 7.0.0
replace pylint with mypy and other minor changes * 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`
2024-03-13 21:43:57 +00:00
mypy == 1.9.0
move dev requirements to dev-requirements.txt and only use flake8 for checking unused imports
2024-01-24 02:51:17 +00:00
pyinstaller == 6.3.0
add dev commands
2024-02-24 00:58:35 +00:00
watchdog == 4.0.0
Reference in a new issue
Copy permalink