Skip to content

Commit

Permalink
add dev dpes
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenlu committed Jan 23, 2024
1 parent 880ed67 commit ef2647e
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 1 deletion.
109 changes: 108 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ python = "^3.11"
django = ">=4.2"


[tool.poetry.group.dev.dependencies]
ruff = "^0.1.14"
psycopg2-binary = "^2.9.9"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit ef2647e

Please sign in to comment.