Skip to content

Commit

Permalink
Remove unnecessary init.py files + align pydantic version across modules
Browse files Browse the repository at this point in the history
  • Loading branch information
maximiliansoelch committed Dec 3, 2024
1 parent 45d03d1 commit 39a67bf
Show file tree
Hide file tree
Showing 6 changed files with 480 additions and 41 deletions.
Empty file removed modules/__init__.py
Empty file.
Empty file removed modules/programming/__init__.py
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ athena = { git = "https://github.com/ls1intum/Athena.git", rev = "ccd00cf8346e76
apted = "^1.0.3"
antlr4-python3-runtime = "^4.13.1"
javalang = {git = "https://github.com/c2nes/javalang"}
#pydantic = "1.10.13"

[tool.poetry.group.dev.dependencies]
types-requests = "^2.31.0.8"
Expand Down
Empty file.
515 changes: 476 additions & 39 deletions modules/programming/module_programming_winnowing/poetry.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ python = "3.11.*"
athena = { git = "https://github.com/ls1intum/Athena.git", rev = "ccd00cf8346e76738a66e7f4cf04c84aa4cb4378", subdirectory = "athena"}
nltk = "^3.6.5"
antlr4-python3-runtime = "^4.13.1"
pydantic = "1.10.13"

[tool.poetry.group.dev.dependencies]
pydantic = "1.10.17"
prospector = "^1.10.2"

[tool.poetry.scripts]
module = "athena:run_module"
Expand Down

0 comments on commit 39a67bf

Please sign in to comment.