|
@@ -20,8 +20,8 @@ def test(c):
|
|
|
def migrate_requirements(c):
|
|
|
"""Copy requirements from the requirements.txt file to pyproject.toml."""
|
|
|
lines = Path("requirements.txt").read_text().split("\n")
|
|
|
- requirements = {"arklog": [], "test": [], "doc": [], "dev": []}
|
|
|
- current = "arklog"
|
|
|
+ requirements = {"ontopoint": [], "test": [], "doc": [], "dev": []}
|
|
|
+ current = "ontopoint"
|
|
|
for line in lines:
|
|
|
if line.startswith("#"):
|
|
|
candidate = line[1:].lower().strip()
|