Skip to content

Commit 94aed64

Browse files
committed
Updated: requirements for project
1 parent aa3275c commit 94aed64

File tree

4 files changed

+49
-2
lines changed

4 files changed

+49
-2
lines changed

src/poetry.lock

Lines changed: 40 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ djangorestframework = "^3.14.0"
1313
django-cors-headers = "^4.3.1"
1414
whitenoise = "^6.6.0"
1515
python-decouple = "^3.8"
16+
gunicorn = "^22.0.0"
17+
wait-for-it = "^2.2.2"
1618

1719

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

src/requirements-dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ django==4.2.11 ; python_version >= "3.10" and python_version < "4.0"
88
djangorestframework==3.14.0 ; python_version >= "3.10" and python_version < "4.0"
99
djlint==1.34.1 ; python_version >= "3.10" and python_version < "4.0"
1010
editorconfig==0.12.4 ; python_version >= "3.10" and python_version < "4.0"
11+
gunicorn==22.0.0 ; python_version >= "3.10" and python_version < "4.0"
1112
html-tag-names==0.1.2 ; python_version >= "3.10" and python_version < "4.0"
1213
html-void-elements==0.1.0 ; python_version >= "3.10" and python_version < "4.0"
1314
jsbeautifier==1.15.1 ; python_version >= "3.10" and python_version < "4.0"
@@ -26,4 +27,5 @@ tomli==2.0.1 ; python_version >= "3.10" and python_version < "3.11"
2627
tqdm==4.66.2 ; python_version >= "3.10" and python_version < "4.0"
2728
typing-extensions==4.10.0 ; python_version >= "3.10" and python_version < "3.11"
2829
tzdata==2024.1 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32"
30+
wait-for-it==2.2.2 ; python_version >= "3.10" and python_version < "4.0"
2931
whitenoise==6.6.0 ; python_version >= "3.10" and python_version < "4.0"

src/requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
asgiref==3.7.2 ; python_version >= "3.10" and python_version < "4.0"
2+
click==8.1.7 ; python_version >= "3.10" and python_version < "4.0"
3+
colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and platform_system == "Windows"
24
django-cors-headers==4.3.1 ; python_version >= "3.10" and python_version < "4.0"
35
django==4.2.11 ; python_version >= "3.10" and python_version < "4.0"
46
djangorestframework==3.14.0 ; python_version >= "3.10" and python_version < "4.0"
7+
gunicorn==22.0.0 ; python_version >= "3.10" and python_version < "4.0"
8+
packaging==23.2 ; python_version >= "3.10" and python_version < "4.0"
59
python-decouple==3.8 ; python_version >= "3.10" and python_version < "4.0"
610
pytz==2024.1 ; python_version >= "3.10" and python_version < "4.0"
711
sqlparse==0.4.4 ; python_version >= "3.10" and python_version < "4.0"
812
typing-extensions==4.10.0 ; python_version >= "3.10" and python_version < "3.11"
913
tzdata==2024.1 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32"
14+
wait-for-it==2.2.2 ; python_version >= "3.10" and python_version < "4.0"
1015
whitenoise==6.6.0 ; python_version >= "3.10" and python_version < "4.0"

0 commit comments

Comments
 (0)