feat: full upgrade to python3, tests, etc.

This commit is contained in:
2025-04-10 16:08:34 +03:00
parent 6aa17ba957
commit dd9f538bb4
18 changed files with 1200 additions and 240 deletions

11
requirements.txt Normal file
View File

@@ -0,0 +1,11 @@
# Functional requirements
requests~=2.32.3
# Pre-commit hooks
pre-commit>=3.5.0
# Testing
pytest>=8.0.0
pytest-cov>=4.1.0
# Linting & formatting
ruff>=0.3.3