Skip to content

Commit

Permalink
chg ! pdm lock
Browse files Browse the repository at this point in the history
  • Loading branch information
vitali-yanushchyk-valor committed May 21, 2024
1 parent da305c3 commit f3fe62e
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 48 deletions.
2 changes: 2 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ x-common: &common
services:
backend:
<<: *common
ports:
- 8000:8000
command: ["entrypoint.sh", "dev"]
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000/healthcheck"]
Expand Down
88 changes: 44 additions & 44 deletions pdm.lock

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

4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ dependencies = [
"django-reversion>=5.0.12",
"uwsgi>=2.0.25.1",
"drf-nested-routers>=0.94.1",
"face-recognition==1.3.0",
"face-recognition>=1.3.0",
"opencv-python>=4.9.0.80",
]
Expand Down Expand Up @@ -79,10 +78,7 @@ dev = [
"watchdog",
"pytest-factoryboy>=2.7.0",
"pytest-mock>=3.14.0",
<<<<<<< HEAD
=======
"pytest-celery>=1.0.0",
>>>>>>> 4d5c33e (chg ! pdm packages)
]
[tool.black]
line-length = 120
Expand Down

0 comments on commit f3fe62e

Please sign in to comment.