Skip to content

Commit

Permalink
Update poetry packages
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeHanYeong committed Jan 27, 2022
1 parent 37fb6e7 commit bdfe4d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.9"
Django = "^3.2.9"
django-extensions = "^3.1.5"
djangorestframework = "^3.13.1"
gunicorn = "^20.1.0"
model-bakery = "^1.3.3"
Expand All @@ -27,7 +28,6 @@ tox = "^3.24.4"
twine = "^3.7.0"
setuptools = "^59.5.0"
notebook = "^6.4.6"
django-extensions = "^3.1.5"

# Doc
Sphinx = "^4.3.1"
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
asgiref==3.4.1; python_version >= "3.6"
django-extensions==3.1.5; python_version >= "3.6"
django==3.2.11; python_version >= "3.6"
djangorestframework==3.13.1; python_version >= "3.6"
gunicorn==20.1.0; python_version >= "3.5"
Expand Down

0 comments on commit bdfe4d9

Please sign in to comment.