Skip to content

Commit

Permalink
Merge branch 'pr/116'
Browse files Browse the repository at this point in the history
  • Loading branch information
shtayeb committed Dec 17, 2023
2 parents 9d9708b + 427afd0 commit 98618f5
Show file tree
Hide file tree
Showing 12 changed files with 231 additions and 145 deletions.
150 changes: 66 additions & 84 deletions poetry.lock

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

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,15 @@ platformdirs = "^3.11.0"
virtualenv = "^20.24.6"
django-debug-toolbar = "^4.2.0"
django-import-export = "^3.3.4"
factory-boy = "^3.3.0"
sentry-sdk = {extras = ["django"], version = "^1.38.0"}


[tool.poetry.group.dev.dependencies]
django-extensions = "^3.2.3"
nplusone = "^1.0.0"
mysqlclient = "^2.2.0"
pre-commit = "^3.5.0"
djlint = "^1.34.0"
psycopg2 = "^2.9.9"
ruff = "^0.1.6"


[tool.ruff]
Expand Down
1 change: 1 addition & 0 deletions src/core/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"users.apps.UsersConfig",
"stock.apps.StockConfig",
"project_reports.apps.ProjectReportsConfig",
"import_export",
]
USE_DJANGO_JQUERY = True

Expand Down
Loading

0 comments on commit 98618f5

Please sign in to comment.