Build Dockerized MVP scaffold and records importer

This commit is contained in:
ik
2026-09-02 20:29:02 +07:00
parent a6f91a1329
commit d3a45248ef
39 changed files with 6638 additions and 13 deletions
+8
View File
@@ -4,5 +4,13 @@ version = "0.1.0"
requires-python = ">=3.11"
dependencies = ["beautifulsoup4>=4.12,<5"]
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
include = ["rf4_research*"]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = [".", "apps/api"]