Skip to content

Commit

Permalink
Fix: Removed commented out line in pyproject.toml and setup project i…
Browse files Browse the repository at this point in the history
…n local (#74)

## Description

- Remove the commented out line
- Ensure project is setup and runs successfully on your local

I have uncommented the line instead of removing that to install them as
dev dependencies

Fixes #52
  • Loading branch information
JiyaGupta-cs authored Sep 17, 2024
1 parent 6de2edb commit d7a00cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ alembic = "^1.13.2"
aiosqlite = "^0.20.0"
sqlmodel = {version="^0.0.22"}

# [tool.poetry.group.dev.dependencies]

ruff = { version = "^0.6.3", optional = true }
mypy = { version = "^1.11.2", optional = true }
blacksheep-cli = { version = "^0.0.4", optional = true }
Expand Down

0 comments on commit d7a00cb

Please sign in to comment.